Enter a color:

Text as the color #AABCCE


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

Background using #AABCCE


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

Border color as #AABCCE


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

Text shadow using #AABCCE


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

Box shadow as #AABCCE


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

Related Tools:

CSS Fonts


Saved Palette


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