Enter a color:

Text as the color #EFBACC


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

Background using #EFBACC


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

Border color as #EFBACC


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

Text shadow using #EFBACC


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

Box shadow as #EFBACC


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

Related Tools:

CSS Fonts


Saved Palette


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