Enter a color:

Text as the color #ABCCAB


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

Background using #ABCCAB


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

Border color as #ABCCAB


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

Text shadow using #ABCCAB


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

Box shadow as #ABCCAB


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

Related Tools:

CSS Fonts


Saved Palette


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