Enter a color:

Text as the color #FBEFDA


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

Background using #FBEFDA


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

Border color as #FBEFDA


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

Text shadow using #FBEFDA


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

Box shadow as #FBEFDA


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

Related Tools:

CSS Fonts


Saved Palette


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