Enter a color:

Text as the color #DFECEC


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

Background using #DFECEC


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

Border color as #DFECEC


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

Text shadow using #DFECEC


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

Box shadow as #DFECEC


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

Related Tools:

CSS Fonts


Saved Palette


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