Enter a color:

Text as the color #AAAEEB


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

Background using #AAAEEB


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

Border color as #AAAEEB


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

Text shadow using #AAAEEB


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

Box shadow as #AAAEEB


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

Related Tools:

CSS Fonts


Saved Palette


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