Enter a color:

Text as the color #FDCEFB


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

Background using #FDCEFB


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

Border color as #FDCEFB


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

Text shadow using #FDCEFB


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

Box shadow as #FDCEFB


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

Related Tools:

CSS Fonts


Saved Palette


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