color details

Color Details
#C2E9FB Color Hex

#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
Color spaces of #C2E9FBValue
RGB194, 233, 251
HSL0.55, 0.88, 0.87
HSV199°, 23°, 98°
XYZ68.79, 76.71, 102.43
Base Numbers
Base Red Green Blue
Binary 11000010 11101001 11111011
Octal 302 351 373
Decimal 194 233 251
Hex C2 E9 FB

RGB Percentages for Color #C2E9FB

28.61%
34.37%
37.02%

CMYK Percentages of the Color #C2E9FB

22.71%
7.17%
1.57%
CSS Codes for Color #C2E9FB
.mybgColor {background-color: #C2E9FB;}
.myforeColor {color: #C2E9FB;}
.myborderColor {border:3px solid #C2E9FB;}
Text Font Color #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,

Background Color #C2E9FB

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

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

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

The border color of this div is #C2E9FB
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #C2E9FB
Scroll to Top