Enter a color:

Text as the color #709ABA


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

Background using #709ABA


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

Border color as #709ABA


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

Text shadow using #709ABA


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

Box shadow as #709ABA


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

Related Tools:

CSS Fonts


Saved Palette


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