Enter a color:

Text as the color #AABBAF


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

Background using #AABBAF


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

Border color as #AABBAF


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

Text shadow using #AABBAF


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

Box shadow as #AABBAF


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

Related Tools:

CSS Fonts


Saved Palette


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