Enter a color:

Text as the color #DFCFCC


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

Background using #DFCFCC


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

Border color as #DFCFCC


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

Text shadow using #DFCFCC


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

Box shadow as #DFCFCC


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

Related Tools:

CSS Fonts


Saved Palette


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