Enter a color:

Text as the color #DFABBD


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

Background using #DFABBD


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

Border color as #DFABBD


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

Text shadow using #DFABBD


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

Box shadow as #DFABBD


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

Related Tools:

CSS Fonts


Saved Palette


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