Enter a color:

Text as the color #DDDABA


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

Background using #DDDABA


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

Border color as #DDDABA


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

Text shadow using #DDDABA


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

Box shadow as #DDDABA


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

Related Tools:

CSS Fonts


Saved Palette


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