Enter a color:

Text as the color #DFABBA


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

Background using #DFABBA


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

Border color as #DFABBA


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

Text shadow using #DFABBA


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

Box shadow as #DFABBA


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

Related Tools:

CSS Fonts


Saved Palette


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