color details

Color Details
#caffc0 Color Hex

#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
Color spaces of #caffc0Value
RGB202, 255, 192
HSL0.31, 1, 0.88
HSV110°, 25°, 100°
XYZ69.63, 87.88, 63.15
Base Numbers
Base Red Green Blue
Binary 11001010 11111111 11000000
Octal 312 377 300
Decimal 202 255 192
Hex CA FF C0

RGB Percentages for Color #caffc0

31.12%
39.29%
29.58%

CMYK Percentages of the Color #caffc0

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

Background Color #caffc0

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top