Enter a color:

Text as the color #99EDDE


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

Background using #99EDDE


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

Border color as #99EDDE


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

Text shadow using #99EDDE


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

Box shadow as #99EDDE


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

Related Tools:

CSS Fonts


Saved Palette


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