Enter a color:

Text as the color #AAAFCD


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

Background using #AAAFCD


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

Border color as #AAAFCD


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

Text shadow using #AAAFCD


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

Box shadow as #AAAFCD


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

Related Tools:

CSS Fonts


Saved Palette


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