Enter a color:

Text as the color #AAAFEB


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

Background using #AAAFEB


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

Border color as #AAAFEB


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

Text shadow using #AAAFEB


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

Box shadow as #AAAFEB


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

Related Tools:

CSS Fonts


Saved Palette


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