Enter a color:

Text as the color #DEFDFD


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

Background using #DEFDFD


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

Border color as #DEFDFD


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

Text shadow using #DEFDFD


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

Box shadow as #DEFDFD


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

Related Tools:

CSS Fonts


Saved Palette


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