Enter a color:

Text as the color #76AFCE


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

Background using #76AFCE


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

Border color as #76AFCE


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

Text shadow using #76AFCE


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

Box shadow as #76AFCE


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

Related Tools:

CSS Fonts


Saved Palette


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