Enter a color:

Text as the color #DDEAEB


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

Background using #DDEAEB


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

Border color as #DDEAEB


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

Text shadow using #DDEAEB


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

Box shadow as #DDEAEB


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

Related Tools:

CSS Fonts


Saved Palette


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