Enter a color:

Text as the color #ABCCAD


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

Background using #ABCCAD


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

Border color as #ABCCAD


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

Text shadow using #ABCCAD


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

Box shadow as #ABCCAD


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

Related Tools:

CSS Fonts


Saved Palette


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