Enter a color:

Text as the color #DABAED


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

Background using #DABAED


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

Border color as #DABAED


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

Text shadow using #DABAED


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

Box shadow as #DABAED


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

Related Tools:

CSS Fonts


Saved Palette


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