Enter a color:

Text as the color #ABBEAF


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

Background using #ABBEAF


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

Border color as #ABBEAF


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

Text shadow using #ABBEAF


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

Box shadow as #ABBEAF


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

Related Tools:

CSS Fonts


Saved Palette


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