Enter a color:

Text as the color #FBEFDF


HTML:
<div style="color: #FBEFDF"></div>
CSS:
.class { color: #FBEFDF; }

Background using #FBEFDF


HTML:
<div style="background-color: #FBEFDF"></div>
CSS:
.class { background-color: #FBEFDF; }

Border color as #FBEFDF


HTML:
<div style="border: 2px solid #FBEFDF"></div>
CSS:
.class { border: 2px solid #FBEFDF; }

Text shadow using #FBEFDF


HTML:
<div style="text-shadow: 3px 3px 2px #FBEFDF"></div>
CSS:
.class { text-shadow: 3px 3px 2px #FBEFDF; }

Box shadow as #FBEFDF


HTML:
<div style="box-shadow: 1px 1px 3px 2px #FBEFDF; -webkit-box-shadow: 1px 1px 3px 2px #FBEFDF;-moz-box-shadow:1px 1px 3px 2px #FBEFDF"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #FBEFDF; -webkit-box-shadow: 1px 1px 3px 2px #FBEFDF;-moz-box-shadow:1px 1px 3px 2px #FBEFDF; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.