Enter a color:

Text as the color #AAAABB


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

Background using #AAAABB


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

Border color as #AAAABB


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

Text shadow using #AAAABB


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

Box shadow as #AAAABB


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

Related Tools:

CSS Fonts


Saved Palette


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