Enter a color:

Text as the color #DFEDCE


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

Background using #DFEDCE


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

Border color as #DFEDCE


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

Text shadow using #DFEDCE


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

Box shadow as #DFEDCE


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

Related Tools:

CSS Fonts


Saved Palette


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