Enter a color:

Text as the color #AFACEA


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

Background using #AFACEA


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

Border color as #AFACEA


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

Text shadow using #AFACEA


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

Box shadow as #AFACEA


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

Related Tools:

CSS Fonts


Saved Palette


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