Enter a color:

Text as the color #ABEFDA


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

Background using #ABEFDA


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

Border color as #ABEFDA


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

Text shadow using #ABEFDA


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

Box shadow as #ABEFDA


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

Related Tools:

CSS Fonts


Saved Palette


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