Enter a color:

Text as the color #AAABEB


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

Background using #AAABEB


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

Border color as #AAABEB


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

Text shadow using #AAABEB


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

Box shadow as #AAABEB


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

Related Tools:

CSS Fonts


Saved Palette


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