Enter a color:

Text as the color #AFABED


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

Background using #AFABED


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

Border color as #AFABED


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

Text shadow using #AFABED


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

Box shadow as #AFABED


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

Related Tools:

CSS Fonts


Saved Palette


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