Enter a color:

Text as the color #AAACAA


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

Background using #AAACAA


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

Border color as #AAACAA


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

Text shadow using #AAACAA


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

Box shadow as #AAACAA


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

Related Tools:

CSS Fonts


Saved Palette


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