Enter a color:

Text as the color #7AAFAA


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

Background using #7AAFAA


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

Border color as #7AAFAA


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

Text shadow using #7AAFAA


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

Box shadow as #7AAFAA


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

Related Tools:

CSS Fonts


Saved Palette


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