Enter a color:

Text as the color #CFDCFB


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

Background using #CFDCFB


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

Border color as #CFDCFB


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

Text shadow using #CFDCFB


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

Box shadow as #CFDCFB


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

Related Tools:

CSS Fonts


Saved Palette


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