#c2ffff color RGB value is (12, 47, 255).
#c2ffff hex color red value is 12, green value is 47, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #c2ffff
hue: 231.36,
saturation: 1 and lightness: 0.52.
The process color (four-color CMYK) of #c2ffff color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c2ffff is #ff9999. Color #c2ffff contains mainly RED.
| Color spaces of #c2ffff | Value |
|---|---|
| RGB | 194, 255, 255 |
| HSL | 0.5, 1, 0.88 |
| HSV | 180°, 24°, 100° |
| XYZ | 76.05, 90.21, 107.99 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000010 | 11111111 | 11111111 |
| Octal | 302 | 377 | 377 |
| Decimal | 194 | 255 | 255 |
| Hex | C2 | FF | FF |
Shades of #c2ffff
Tints of #c2ffff
.mybgColor {background-color: #c2ffff;}
.myforeColor {color: #c2ffff;}
.myborderColor {border:3px solid #c2ffff;}
<p style="color:#c2ffff">Text here</p>
This sample text is styled with the font color #c2ffff. 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:#c2ffff">Div content here</div>
<div style="border:3px solid #c2ffff">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(194, 255, 255, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c2ffff; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c2ffff;
-webkit-box-shadow: 1px 1px 3px #c2ffff;
box-shadow: 1px 1px 3px #c2ffff; }
<p style="text-shadow: 4px 4px 2px rgba(194, 255, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c2ffff;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c2ffff;
-webkit-box-shadow: 1px 1px 3px #c2ffff;
box-shadow: 1px 1px 3px #c2ffff;">Div content here</div>
