Enter a color:

Text as the color #AFBABD


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

Background using #AFBABD


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

Border color as #AFBABD


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

Text shadow using #AFBABD


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

Box shadow as #AFBABD


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

Related Tools:

CSS Fonts


Saved Palette


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