Enter a color:

Text as the color #EBBFDC


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

Background using #EBBFDC


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

Border color as #EBBFDC


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

Text shadow using #EBBFDC


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

Box shadow as #EBBFDC


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

Related Tools:

CSS Fonts


Saved Palette


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