Enter a color:

Text as the color #FCEEFB


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

Background using #FCEEFB


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

Border color as #FCEEFB


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

Text shadow using #FCEEFB


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

Box shadow as #FCEEFB


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

Related Tools:

CSS Fonts


Saved Palette


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