Enter a color:

Text as the color #DCFACC


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

Background using #DCFACC


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

Border color as #DCFACC


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

Text shadow using #DCFACC


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

Box shadow as #DCFACC


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

Related Tools:

CSS Fonts


Saved Palette


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