color details

Color Details
#cacaca Color Hex

#cacaca color RGB value is (12, 172, 172).
#cacaca hex color red value is 12, green value is 172, and blue value is 172.
Cylindrical-coordinate representations (HSL) of color #cacaca hue: 180, saturation: 0.87 and lightness: 0.36.

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

Color Spaces
Color spaces of #cacacaValue
RGB202, 202, 202
HSL0, 0, 0.79
HSV0°, 0°, 79°
XYZ56.14, 59.06, 64.31
Base Numbers
Base Red Green Blue
Binary 11001010 11001010 11001010
Octal 312 312 312
Decimal 202 202 202
Hex CA CA CA

RGB Percentages for Color #cacaca

33.33%
33.33%
33.33%

CMYK Percentages of the Color #cacaca

20.78%
CSS Codes for Color #cacaca
.mybgColor {background-color: #cacaca;}
.myforeColor {color: #cacaca;}
.myborderColor {border:3px solid #cacaca;}
Text Font Color #cacaca

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

This sample text is styled with the font color #cacaca. 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 #cacaca

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(202, 202, 202, 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 #cacaca;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top