#caffc0 color RGB value is (12, 175, 252).
#caffc0 hex color red value is 12, green value is 175, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #caffc0
hue: 199.25,
saturation: 0.98 and lightness: 0.52.
The process color (four-color CMYK) of #caffc0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #caffc0 is #ff9999. Color #caffc0 contains mainly RED.
| Color spaces of #caffc0 | Value |
|---|---|
| RGB | 202, 255, 192 |
| HSL | 0.31, 1, 0.88 |
| HSV | 110°, 25°, 100° |
| XYZ | 69.63, 87.88, 63.15 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001010 | 11111111 | 11000000 |
| Octal | 312 | 377 | 300 |
| Decimal | 202 | 255 | 192 |
| Hex | CA | FF | C0 |
Shades of #caffc0
Tints of #caffc0
.mybgColor {background-color: #caffc0;}
.myforeColor {color: #caffc0;}
.myborderColor {border:3px solid #caffc0;}
<p style="color:#caffc0">Text here</p>
This sample text is styled with the font color #caffc0. 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:#caffc0">Div content here</div>
<div style="border:3px solid #caffc0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(202, 255, 192, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #caffc0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #caffc0;
-webkit-box-shadow: 1px 1px 3px #caffc0;
box-shadow: 1px 1px 3px #caffc0; }
<p style="text-shadow: 4px 4px 2px rgba(202, 255, 192, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #caffc0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #caffc0;
-webkit-box-shadow: 1px 1px 3px #caffc0;
box-shadow: 1px 1px 3px #caffc0;">Div content here</div>
