Enter a color:

Text as the color Cameo Pink #EFBBCC


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

Background using Cameo Pink #EFBBCC


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

Border color as Cameo Pink #EFBBCC


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

Text shadow using Cameo Pink #EFBBCC


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

Box shadow as Cameo Pink #EFBBCC


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

Related Tools:

CSS Fonts


Saved Palette


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