#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 of #2A6E6A | Value |
---|---|
RGB | 42, 110, 106 |
HSL | 0.49, 0.45, 0.3 |
HSV | 176°, 62°, 43° |
XYZ | 9.13, 12.68, 15.6 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 101010 | 1101110 | 1101010 |
Octal | 52 | 156 | 152 |
Decimal | 42 | 110 | 106 |
Hex | 2A | 6E | 6A |
Shades of #2A6E6A
Tints of #2A6E6A
.mybgColor {background-color: #2A6E6A;} .myforeColor {color: #2A6E6A;} .myborderColor {border:3px solid #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,
<div style="background-color:#2A6E6A">Div content here</div>
<div style="border:3px solid #2A6E6A">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(42, 110, 106, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #2A6E6A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>