Enter a color:

Text as the color #DCCAEC


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

Background using #DCCAEC


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

Border color as #DCCAEC


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

Text shadow using #DCCAEC


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

Box shadow as #DCCAEC


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

Related Tools:

CSS Fonts


Saved Palette


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