#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 of #cacaca | Value |
|---|---|
| RGB | 202, 202, 202 |
| HSL | 0, 0, 0.79 |
| HSV | 0°, 0°, 79° |
| XYZ | 56.14, 59.06, 64.31 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001010 | 11001010 | 11001010 |
| Octal | 312 | 312 | 312 |
| Decimal | 202 | 202 | 202 |
| Hex | CA | CA | CA |
Shades of #cacaca
Tints of #cacaca
.mybgColor {background-color: #cacaca;}
.myforeColor {color: #cacaca;}
.myborderColor {border:3px solid #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,
<div style="background-color:#cacaca">Div content here</div>
<div style="border:3px solid #cacaca">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(202, 202, 202, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cacaca;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
