color details

Color Details
#c2ffff Color Hex

#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
Color spaces of #c2ffffValue
RGB194, 255, 255
HSL0.5, 1, 0.88
HSV180°, 24°, 100°
XYZ76.05, 90.21, 107.99
Base Numbers
Base Red Green Blue
Binary 11000010 11111111 11111111
Octal 302 377 377
Decimal 194 255 255
Hex C2 FF FF

RGB Percentages for Color #c2ffff

27.56%
36.22%
36.22%

CMYK Percentages of the Color #c2ffff

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

Background Color #c2ffff

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #c2ffff

Scroll to Top