Enter a color:

Text as the color #AFAEBF


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

Background using #AFAEBF


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

Border color as #AFAEBF


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

Text shadow using #AFAEBF


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

Box shadow as #AFAEBF


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

Related Tools:

CSS Fonts


Saved Palette


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