Enter a color:

Text as the color #DFEDCF


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

Background using #DFEDCF


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

Border color as #DFEDCF


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

Text shadow using #DFEDCF


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

Box shadow as #DFEDCF


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

Related Tools:

CSS Fonts


Saved Palette


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