Enter a color:

Text as the color #EAEEBA


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

Background using #EAEEBA


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

Border color as #EAEEBA


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

Text shadow using #EAEEBA


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

Box shadow as #EAEEBA


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

Related Tools:

CSS Fonts


Saved Palette


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