Enter a color:

Text as the color #DFEBEC


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

Background using #DFEBEC


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

Border color as #DFEBEC


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

Text shadow using #DFEBEC


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

Box shadow as #DFEBEC


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

Related Tools:

CSS Fonts


Saved Palette


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