Enter a color:

Text as the color #AFBBBE


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

Background using #AFBBBE


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

Border color as #AFBBBE


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

Text shadow using #AFBBBE


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

Box shadow as #AFBBBE


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

Related Tools:

CSS Fonts


Saved Palette


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