Enter a color:

Text as the color #DDCDEF


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

Background using #DDCDEF


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

Border color as #DDCDEF


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

Text shadow using #DDCDEF


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

Box shadow as #DDCDEF


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

Related Tools:

CSS Fonts


Saved Palette


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