Enter a color:

Text as the color #CFEFDC


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

Background using #CFEFDC


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

Border color as #CFEFDC


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

Text shadow using #CFEFDC


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

Box shadow as #CFEFDC


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

Related Tools:

CSS Fonts


Saved Palette


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