Enter a color:

Text as the color #71AAAE


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

Background using #71AAAE


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

Border color as #71AAAE


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

Text shadow using #71AAAE


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

Box shadow as #71AAAE


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

Related Tools:

CSS Fonts


Saved Palette


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