Enter a color:

Text as the color #DDDEAF


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

Background using #DDDEAF


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

Border color as #DDDEAF


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

Text shadow using #DDDEAF


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

Box shadow as #DDDEAF


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

Related Tools:

CSS Fonts


Saved Palette


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