Enter a color:

Text as the color #EAEACF


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

Background using #EAEACF


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

Border color as #EAEACF


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

Text shadow using #EAEACF


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

Box shadow as #EAEACF


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

Related Tools:

CSS Fonts


Saved Palette


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