Enter a color:

Text as the color #BEFBDA


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

Background using #BEFBDA


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

Border color as #BEFBDA


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

Text shadow using #BEFBDA


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

Box shadow as #BEFBDA


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

Related Tools:

CSS Fonts


Saved Palette


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