Enter a color:

Text as the color #DDEBED


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

Background using #DDEBED


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

Border color as #DDEBED


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

Text shadow using #DDEBED


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

Box shadow as #DDEBED


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

Related Tools:

CSS Fonts


Saved Palette


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