Enter a color:

Text as the color #DACFCC


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

Background using #DACFCC


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

Border color as #DACFCC


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

Text shadow using #DACFCC


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

Box shadow as #DACFCC


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

Related Tools:

CSS Fonts


Saved Palette


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