Enter a color:

Text as the color #AABBAA


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

Background using #AABBAA


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

Border color as #AABBAA


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

Text shadow using #AABBAA


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

Box shadow as #AABBAA


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

Related Tools:

CSS Fonts


Saved Palette


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