Enter a color:

Text as the color #ABCABA


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

Background using #ABCABA


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

Border color as #ABCABA


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

Text shadow using #ABCABA


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

Box shadow as #ABCABA


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

Related Tools:

CSS Fonts


Saved Palette


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