Enter a color:

Text as the color #DCEDCC


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

Background using #DCEDCC


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

Border color as #DCEDCC


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

Text shadow using #DCEDCC


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

Box shadow as #DCEDCC


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

Related Tools:

CSS Fonts


Saved Palette


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