Enter a color:

Text as the color #A0BAAC


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

Background using #A0BAAC


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

Border color as #A0BAAC


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

Text shadow using #A0BAAC


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

Box shadow as #A0BAAC


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

Related Tools:

CSS Fonts


Saved Palette


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