Enter a color:

Text as the color #DDACCA


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

Background using #DDACCA


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

Border color as #DDACCA


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

Text shadow using #DDACCA


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

Box shadow as #DDACCA


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

Related Tools:

CSS Fonts


Saved Palette


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