color details

Color Details
#2A6E6A Color Hex

#2A6E6A color RGB value is (2, 166, 230).
#2A6E6A hex color red value is 2, green value is 166, and blue value is 230.
Cylindrical-coordinate representations (HSL) of color #2A6E6A hue: 196.84, saturation: 0.98 and lightness: 0.45.

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

Color Spaces
Color spaces of #2A6E6AValue
RGB42, 110, 106
HSL0.49, 0.45, 0.3
HSV176°, 62°, 43°
XYZ9.13, 12.68, 15.6
Base Numbers
Base Red Green Blue
Binary 101010 1101110 1101010
Octal 52 156 152
Decimal 42 110 106
Hex 2A 6E 6A

RGB Percentages for Color #2A6E6A

16.28%
42.64%
41.09%

CMYK Percentages of the Color #2A6E6A

61.82%
3.64%
56.86%
CSS Codes for Color #2A6E6A
.mybgColor {background-color: #2A6E6A;}
.myforeColor {color: #2A6E6A;}
.myborderColor {border:3px solid #2A6E6A;}
Text Font Color #2A6E6A

<p style="color:#2A6E6A">Text here</p>

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

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

The background color of this div is #2A6E6A
Border Color #2A6E6A

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

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

<p style="text-shadow: 4px 4px 2px rgba(42, 110, 106, 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 #2A6E6A;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #2A6E6A

Scroll to Top