Enter a color:

Text as the color #EABAED


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

Background using #EABAED


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

Border color as #EABAED


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

Text shadow using #EABAED


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

Box shadow as #EABAED


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

Related Tools:

CSS Fonts


Saved Palette


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