Enter a color:

Text as the color #93CFDC


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

Background using #93CFDC


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

Border color as #93CFDC


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

Text shadow using #93CFDC


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

Box shadow as #93CFDC


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

Related Tools:

CSS Fonts


Saved Palette


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