Enter a color:

Text as the color #91AFCB


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

Background using #91AFCB


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

Border color as #91AFCB


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

Text shadow using #91AFCB


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

Box shadow as #91AFCB


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

Related Tools:

CSS Fonts


Saved Palette


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