Enter a color:

Text as the color #DDEACD


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

Background using #DDEACD


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

Border color as #DDEACD


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

Text shadow using #DDEACD


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

Box shadow as #DDEACD


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

Related Tools:

CSS Fonts


Saved Palette


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