Enter a color:

Text as the color #679AAA


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

Background using #679AAA


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

Border color as #679AAA


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

Text shadow using #679AAA


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

Box shadow as #679AAA


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

Related Tools:

CSS Fonts


Saved Palette


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