Enter a color:

Text as the color #AAAA76


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

Background using #AAAA76


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

Border color as #AAAA76


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

Text shadow using #AAAA76


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

Box shadow as #AAAA76


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

Related Tools:

CSS Fonts


Saved Palette


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