Enter a color:

Text as the color #EFBFBA


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

Background using #EFBFBA


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

Border color as #EFBFBA


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

Text shadow using #EFBFBA


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

Box shadow as #EFBFBA


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

Related Tools:

CSS Fonts


Saved Palette


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