Enter a color:

Text as the color #95AFCB


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

Background using #95AFCB


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

Border color as #95AFCB


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

Text shadow using #95AFCB


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

Box shadow as #95AFCB


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

Related Tools:

CSS Fonts


Saved Palette


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