Enter a color:

Text as the color #DFFACD


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

Background using #DFFACD


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

Border color as #DFFACD


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

Text shadow using #DFFACD


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

Box shadow as #DFFACD


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

Related Tools:

CSS Fonts


Saved Palette


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