Enter a color:

Text as the color #AABACA


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

Background using #AABACA


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

Border color as #AABACA


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

Text shadow using #AABACA


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

Box shadow as #AABACA


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

Related Tools:

CSS Fonts


Saved Palette


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