Enter a color:

Text as the color #DDEBEC


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

Background using #DDEBEC


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

Border color as #DDEBEC


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

Text shadow using #DDEBEC


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

Box shadow as #DDEBEC


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

Related Tools:

CSS Fonts


Saved Palette


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