Enter a color:

Text as the color #AAABBE


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

Background using #AAABBE


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

Border color as #AAABBE


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

Text shadow using #AAABBE


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

Box shadow as #AAABBE


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

Related Tools:

CSS Fonts


Saved Palette


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