Enter a color:

Text as the color #AFBEBF


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

Background using #AFBEBF


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

Border color as #AFBEBF


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

Text shadow using #AFBEBF


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

Box shadow as #AFBEBF


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

Related Tools:

CSS Fonts


Saved Palette


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