Enter a color:

Text as the color #ABAFCF


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

Background using #ABAFCF


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

Border color as #ABAFCF


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

Text shadow using #ABAFCF


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

Box shadow as #ABAFCF


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

Related Tools:

CSS Fonts


Saved Palette


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