Color spaces of #11826d
RGB | 17 | 130 | 109 |
---|---|---|---|
HSL | 0.47 | 0.77 | 0.29 |
HSV | 169° | 87° | 51° |
CMYK | 0.87 | 0.00 | 0.16 0.49 |
XYZ | 10.9741 | 17.1886 | 17.2073 |
Yxy | 17.1886 | 0.2419 | 0.3789 |
Hunter Lab | 41.4591 | -25.3051 | 4.4135 |
CIE-Lab | 48.4968 | -34.5327 | 3.0710 |
#11826d color RGB value is (17,130,109).
#11826d hex color red value is 17, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11826d hue: 0.47 , saturation: 0.77 and the lightness value of 11826d is 0.29.
The process color (four color CMYK) of #11826d color hex is 0.87, 0.00, 0.16, 0.49. Web safe color of #11826d is #009966. Color #11826d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10000010 | 01101101 |
Octal | 21 | 202 | 155 |
Decimal | 17 | 130 | 109 |
Hex | 11 | 82 | 6D |
Shades of #11826d
Tints of #11826d
RGB Percentages of Color #11826d
CMYK Percentages of Color #11826d
Complementary Color
#11826d | #821126 |
#11826d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11826d Color Preview on White Background
Lorem ipsum dolor sit amet.
#11826d Color CSS Codes
.mybgcolor {background-color:#11826d; } .myforecolor {color:#11826d; } .mybordercolor {border:3px solid #11826d; }
#11826d Text Font Color
<p style="color:#11826d">Text here</p>
This sample text font color is #11826d
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.
#11826d Background Color
<div style="background-color:#11826d">
Div content here</div>
This div background color is #11826d
#11826d Border Color
<div style="border:3px solid #11826d">
Div here</div>
This div border color is #11826d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,130,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11826d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11826d; -webkit-box-shadow: 1px 1px 3px 2px #11826d; box-shadow: 1px 1px 3px 2px #11826d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,130,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11826d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11826d; -webkit-box-shadow: 1px 1px 3px 2px #11826d; box-shadow: 1px 1px 3px 2px #11826d;">
Div content here</div>
This div box has shadow with color #11826d
Comments
No comments written yet.
Please login to write comment.