Enter a color:

Text as the color #DDFFEB


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

Background using #DDFFEB


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

Border color as #DDFFEB


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

Text shadow using #DDFFEB


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

Box shadow as #DDFFEB


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

Related Tools:

CSS Fonts


Saved Palette


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