Enter a color:

Text as the color #AAAFDD


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

Background using #AAAFDD


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

Border color as #AAAFDD


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

Text shadow using #AAAFDD


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

Box shadow as #AAAFDD


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

Related Tools:

CSS Fonts


Saved Palette


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