Enter a color:

Text as the color #DFAACC


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

Background using #DFAACC


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

Border color as #DFAACC


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

Text shadow using #DFAACC


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

Box shadow as #DFAACC


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

Related Tools:

CSS Fonts


Saved Palette


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