Enter a color:

Text as the color #ABBEBE


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

Background using #ABBEBE


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

Border color as #ABBEBE


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

Text shadow using #ABBEBE


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

Box shadow as #ABBEBE


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

Related Tools:

CSS Fonts


Saved Palette


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