color details

Color Details
#ccc4ab Color Hex

#ccc4ab color RGB value is (12, 204, 74).
#ccc4ab hex color red value is 12, green value is 204, and blue value is 74.
Cylindrical-coordinate representations (HSL) of color #ccc4ab hue: 139.38, saturation: 0.89 and lightness: 0.42.

The process color (four-color CMYK) of #ccc4ab color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ccc4ab is #ff9999. Color #ccc4ab contains mainly RED.

Color Spaces
Color spaces of #ccc4abValue
RGB204, 196, 171
HSL0.13, 0.24, 0.74
HSV45°, 16°, 80°
XYZ51.99, 55.26, 46.45
Base Numbers
Base Red Green Blue
Binary 11001100 11000100 10101011
Octal 314 304 253
Decimal 204 196 171
Hex CC C4 AB

RGB Percentages for Color #ccc4ab

35.73%
34.33%
29.95%

CMYK Percentages of the Color #ccc4ab

3.92%
16.18%
20%
CSS Codes for Color #ccc4ab
.mybgColor {background-color: #ccc4ab;}
.myforeColor {color: #ccc4ab;}
.myborderColor {border:3px solid #ccc4ab;}
Text Font Color #ccc4ab

<p style="color:#ccc4ab">Text here</p>

This sample text is styled with the font color #ccc4ab. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #ccc4ab

<div style="background-color:#ccc4ab">Div content here</div>

The background color of this div is #ccc4ab
Border Color #ccc4ab

<div style="border:3px solid #ccc4ab">Div here</div>

The border color of this div is #ccc4ab
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(204, 196, 171, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ccc4ab;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ccc4ab;
-webkit-box-shadow: 1px 1px 3px #ccc4ab;
box-shadow: 1px 1px 3px #ccc4ab;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204, 196, 171, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ccc4ab;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ccc4ab; -webkit-box-shadow: 1px 1px 3px #ccc4ab; box-shadow: 1px 1px 3px #ccc4ab;">Div content here</div>

This div box has a shadow with a specified color. #ccc4ab

Scroll to Top