Enter a color:

Text as the color #DFDEFD


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

Background using #DFDEFD


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

Border color as #DFDEFD


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

Text shadow using #DFDEFD


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

Box shadow as #DFDEFD


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

Related Tools:

CSS Fonts


Saved Palette


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