Enter a color:

Text as the color #AFACBD


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

Background using #AFACBD


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

Border color as #AFACBD


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

Text shadow using #AFACBD


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

Box shadow as #AFACBD


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

Related Tools:

CSS Fonts


Saved Palette


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