Enter a color:

Text as the color #EEFDFD


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

Background using #EEFDFD


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

Border color as #EEFDFD


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

Text shadow using #EEFDFD


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

Box shadow as #EEFDFD


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

Related Tools:

CSS Fonts


Saved Palette


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