Enter a color:

Text as the color #AAAFCF


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

Background using #AAAFCF


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

Border color as #AAAFCF


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

Text shadow using #AAAFCF


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

Box shadow as #AAAFCF


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

Related Tools:

CSS Fonts


Saved Palette


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