Enter a color:

Text as the color #EBBFCD


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

Background using #EBBFCD


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

Border color as #EBBFCD


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

Text shadow using #EBBFCD


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

Box shadow as #EBBFCD


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

Related Tools:

CSS Fonts


Saved Palette


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