Enter a color:

Text as the color #DBEFBB


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

Background using #DBEFBB


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

Border color as #DBEFBB


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

Text shadow using #DBEFBB


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

Box shadow as #DBEFBB


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

Related Tools:

CSS Fonts


Saved Palette


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