Enter a color:

Text as the color #AFEBDA


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

Background using #AFEBDA


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

Border color as #AFEBDA


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

Text shadow using #AFEBDA


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

Box shadow as #AFEBDA


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

Related Tools:

CSS Fonts


Saved Palette


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