Enter a color:

Text as the color #AFBDBD


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

Background using #AFBDBD


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

Border color as #AFBDBD


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

Text shadow using #AFBDBD


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

Box shadow as #AFBDBD


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

Related Tools:

CSS Fonts


Saved Palette


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