Enter a color:

Text as the color #DDEACA


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

Background using #DDEACA


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

Border color as #DDEACA


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

Text shadow using #DDEACA


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

Box shadow as #DDEACA


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

Related Tools:

CSS Fonts


Saved Palette


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