Enter a color:

Text as the color #AAAFCC


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

Background using #AAAFCC


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

Border color as #AAAFCC


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

Text shadow using #AAAFCC


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

Box shadow as #AAAFCC


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

Related Tools:

CSS Fonts


Saved Palette


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