color details

Color Details
#00A9C6 Color Hex

#00A9C6 color RGB value is (0, 10, 156).
#00A9C6 hex color red value is 0, green value is 10, and blue value is 156.
Cylindrical-coordinate representations (HSL) of color #00A9C6 hue: 236.15, saturation: 1 and lightness: 0.31.

The process color (four-color CMYK) of #00A9C6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #00A9C6 is #ff9999. Color #00A9C6 contains mainly RED.

Color Spaces
Color spaces of #00A9C6Value
RGB0, 169, 198
HSL0.52, 1, 0.39
HSV189°, 100°, 78°
XYZ24.38, 32.45, 58.39
Base Numbers
Base Red Green Blue
Binary 0 10101001 11000110
Octal 0 251 306
Decimal 0 169 198
Hex 0 A9 C6

RGB Percentages for Color #00A9C6

46.05%
53.95%

CMYK Percentages of the Color #00A9C6

100%
14.65%
22.35%
CSS Codes for Color #00A9C6
.mybgColor {background-color: #00A9C6;}
.myforeColor {color: #00A9C6;}
.myborderColor {border:3px solid #00A9C6;}
Text Font Color #00A9C6

<p style="color:#00A9C6">Text here</p>

This sample text is styled with the font color #00A9C6. 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 #00A9C6

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

The background color of this div is #00A9C6
Border Color #00A9C6

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

The border color of this div is #00A9C6
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(0, 169, 198, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #00A9C6;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #00A9C6;
-webkit-box-shadow: 1px 1px 3px #00A9C6;
box-shadow: 1px 1px 3px #00A9C6;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0, 169, 198, 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 #00A9C6;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #00A9C6; -webkit-box-shadow: 1px 1px 3px #00A9C6; box-shadow: 1px 1px 3px #00A9C6;">Div content here</div>

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