Enter a color:

Text as the color #EBBAED


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

Background using #EBBAED


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

Border color as #EBBAED


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

Text shadow using #EBBAED


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

Box shadow as #EBBAED


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

Related Tools:

CSS Fonts


Saved Palette


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