Enter a color:

Text as the color #AFAEAB


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

Background using #AFAEAB


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

Border color as #AFAEAB


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

Text shadow using #AFAEAB


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

Box shadow as #AFAEAB


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

Related Tools:

CSS Fonts


Saved Palette


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