Enter a color:

Text as the color #AAACCE


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

Background using #AAACCE


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

Border color as #AAACCE


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

Text shadow using #AAACCE


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

Box shadow as #AAACCE


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

Related Tools:

CSS Fonts


Saved Palette


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