Enter a color:

Text as the color #AAABBB


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

Background using #AAABBB


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

Border color as #AAABBB


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

Text shadow using #AAABBB


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

Box shadow as #AAABBB


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

Related Tools:

CSS Fonts


Saved Palette


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