Enter a color:

Text as the color #DFCEFB


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

Background using #DFCEFB


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

Border color as #DFCEFB


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

Text shadow using #DFCEFB


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

Box shadow as #DFCEFB


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

Related Tools:

CSS Fonts


Saved Palette


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