Enter a color:

Text as the color #DFFDFD


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

Background using #DFFDFD


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

Border color as #DFFDFD


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

Text shadow using #DFFDFD


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

Box shadow as #DFFDFD


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

Related Tools:

CSS Fonts


Saved Palette


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