Enter a color:

Text as the color #AAABCF


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

Background using #AAABCF


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

Border color as #AAABCF


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

Text shadow using #AAABCF


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

Box shadow as #AAABCF


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

Related Tools:

CSS Fonts


Saved Palette


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