Enter a color:

Text as the color #AAAEEC


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

Background using #AAAEEC


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

Border color as #AAAEEC


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

Text shadow using #AAAEEC


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

Box shadow as #AAAEEC


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

Related Tools:

CSS Fonts


Saved Palette


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