Enter a color:

Text as the color #AABADD


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

Background using #AABADD


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

Border color as #AABADD


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

Text shadow using #AABADD


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

Box shadow as #AABADD


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

Related Tools:

CSS Fonts


Saved Palette


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