Enter a color:

Text as the color #FBFFDE


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

Background using #FBFFDE


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

Border color as #FBFFDE


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

Text shadow using #FBFFDE


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

Box shadow as #FBFFDE


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

Related Tools:

CSS Fonts


Saved Palette


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