Enter a color:

Text as the color #AFBABB


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

Background using #AFBABB


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

Border color as #AFBABB


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

Text shadow using #AFBABB


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

Box shadow as #AFBABB


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

Related Tools:

CSS Fonts


Saved Palette


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