Enter a color:

Text as the color #AFACAB


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

Background using #AFACAB


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

Border color as #AFACAB


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

Text shadow using #AFACAB


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

Box shadow as #AFACAB


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

Related Tools:

CSS Fonts


Saved Palette


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