Enter a color:

Text as the color #AAAFAF


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

Background using #AAAFAF


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

Border color as #AAAFAF


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

Text shadow using #AAAFAF


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

Box shadow as #AAAFAF


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

Related Tools:

CSS Fonts


Saved Palette


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