Enter a color:

Text as the color #FBFFDC


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

Background using #FBFFDC


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

Border color as #FBFFDC


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

Text shadow using #FBFFDC


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

Box shadow as #FBFFDC


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

Related Tools:

CSS Fonts


Saved Palette


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