Enter a color:

Text as the color #AAABED


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

Background using #AAABED


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

Border color as #AAABED


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

Text shadow using #AAABED


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

Box shadow as #AAABED


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

Related Tools:

CSS Fonts


Saved Palette


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