#C2E9FB color RGB value is (12, 46, 159).
#C2E9FB hex color red value is 12, green value is 46, and blue value is 159.
Cylindrical-coordinate representations (HSL) of color #C2E9FB
hue: 226.12,
saturation: 0.86 and lightness: 0.34.
The process color (four-color CMYK) of #C2E9FB color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C2E9FB is #ff9999. Color #C2E9FB contains mainly RED.
| Color spaces of #C2E9FB | Value |
|---|---|
| RGB | 194, 233, 251 |
| HSL | 0.55, 0.88, 0.87 |
| HSV | 199°, 23°, 98° |
| XYZ | 68.79, 76.71, 102.43 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000010 | 11101001 | 11111011 |
| Octal | 302 | 351 | 373 |
| Decimal | 194 | 233 | 251 |
| Hex | C2 | E9 | FB |
Shades of #C2E9FB
Tints of #C2E9FB
.mybgColor {background-color: #C2E9FB;}
.myforeColor {color: #C2E9FB;}
.myborderColor {border:3px solid #C2E9FB;}
<p style="color:#C2E9FB">Text here</p>
This sample text is styled with the font color #C2E9FB. 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:#C2E9FB">Div content here</div>
<div style="border:3px solid #C2E9FB">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(194, 233, 251, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #C2E9FB; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #C2E9FB;
-webkit-box-shadow: 1px 1px 3px #C2E9FB;
box-shadow: 1px 1px 3px #C2E9FB; }
<p style="text-shadow: 4px 4px 2px rgba(194, 233, 251, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C2E9FB;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C2E9FB;
-webkit-box-shadow: 1px 1px 3px #C2E9FB;
box-shadow: 1px 1px 3px #C2E9FB;">Div content here</div>
