Enter a color:

Text as the color #EFBAED


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

Background using #EFBAED


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

Border color as #EFBAED


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

Text shadow using #EFBAED


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

Box shadow as #EFBAED


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

Related Tools:

CSS Fonts


Saved Palette


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