Enter a color:

Text as the color #AABAAA


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

Background using #AABAAA


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

Border color as #AABAAA


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

Text shadow using #AABAAA


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

Box shadow as #AABAAA


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

Related Tools:

CSS Fonts


Saved Palette


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