Enter a color:

Text as the color #ABEBAB


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

Background using #ABEBAB


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

Border color as #ABEBAB


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

Text shadow using #ABEBAB


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

Box shadow as #ABEBAB


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

Related Tools:

CSS Fonts


Saved Palette


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