Enter a color:

Text as the color #EAEFBF


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

Background using #EAEFBF


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

Border color as #EAEFBF


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

Text shadow using #EAEFBF


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

Box shadow as #EAEFBF


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

Related Tools:

CSS Fonts


Saved Palette


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