Enter a color:

Text as the color #DDEBBD


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

Background using #DDEBBD


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

Border color as #DDEBBD


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

Text shadow using #DDEBBD


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

Box shadow as #DDEBBD


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

Related Tools:

CSS Fonts


Saved Palette


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