Enter a color:

Text as the color #AFEFDA


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

Background using #AFEFDA


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

Border color as #AFEFDA


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

Text shadow using #AFEFDA


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

Box shadow as #AFEFDA


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

Related Tools:

CSS Fonts


Saved Palette


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