Enter a color:

Text as the color #AAAAAA


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

Background using #AAAAAA


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

Border color as #AAAAAA


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

Text shadow using #AAAAAA


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

Box shadow as #AAAAAA


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

Related Tools:

CSS Fonts


Saved Palette


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