Enter a color:

Text as the color #ABAFAB


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

Background using #ABAFAB


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

Border color as #ABAFAB


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

Text shadow using #ABAFAB


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

Box shadow as #ABAFAB


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

Related Tools:

CSS Fonts


Saved Palette


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