Enter a color:

Text as the color #BFBCAB


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

Background using #BFBCAB


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

Border color as #BFBCAB


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

Text shadow using #BFBCAB


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

Box shadow as #BFBCAB


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

Related Tools:

CSS Fonts


Saved Palette


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