#106858 hex color information.
RGB value of #106858 is (16,104,88)
Change page background color to #106858
| Reset
| RGB | 16 | 104 | 88 |
|---|---|---|---|
| HSL | 0.47 | 0.73 | 0.24 |
| HSV | 169° | 85° | 41° |
| CMYK | 0.85 | 0.00 | 0.15 0.59 |
| XYZ | 6.9255 | 10.7154 | 10.9358 |
| Yxy | 10.7154 | 0.2423 | 0.3750 |
| Hunter Lab | 32.7344 | -19.5206 | 3.1067 |
| CIE-Lab | 39.0969 | -28.6497 | 2.0281 |
#106858 hex color red value is 16, green value is 104 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #106858 hue: 0.47 , saturation: 0.73 and the lightness value of 106858 is 0.24.
The process color (four color CMYK) of #106858 hex color is 0.85, 0.00, 0.15, 0.59. Web safe color of #106858 is #006666
Color #106858 contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00010000 | 01101000 | 01011000 |
| Octal | 20 | 150 | 130 |
| Decimal | 16 | 104 | 88 |
| Hexadecimal | 10 | 68 | 58 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#106858; }
.myforecolor {color:#106858; }
.mybordercolor {border:3px solid #106858; }
This sample text font color is #106858
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#106858">Text here</p>
This div background color is #106858
<div style="background-color:#106858">
Div content here</div>
This div border color is #106858
<div style="border:3px solid #106858">
Div here</div>
| #106858 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(16,104,88, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #106858;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #106858;
-webkit-box-shadow: 1px 1px 3px 2px #106858;
box-shadow: 1px 1px 3px 2px #106858;
}
<p style="text-shadow: 4px 4px 2px rgba(16,104,88, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #106858">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #106858
<div style="-moz-box-shadow: 1px 1px 3px 2px #106858; -webkit-box-shadow: 1px 1px 3px 2px #106858; box-shadow: 1px 1px 3px 2px #106858;">
Div content here</div>