Color spaces of #10110b
RGB | 16 | 17 | 11 |
---|---|---|---|
HSL | 0.19 | 0.21 | 0.05 |
HSV | 70° | 35° | 7° |
CMYK | 0.06 | 0.00 | 0.35 0.93 |
XYZ | 0.4745 | 0.5352 | 0.3949 |
Yxy | 0.5352 | 0.3378 | 0.3810 |
Hunter Lab | 7.3157 | -1.2250 | 1.9206 |
CIE-Lab | 4.8344 | -1.4006 | 2.6868 |
#10110b color RGB value is (16,17,11).
#10110b hex color red value is 16, green value is 17 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #10110b hue: 0.19 , saturation: 0.21 and the lightness value of 10110b is 0.05.
The process color (four color CMYK) of #10110b color hex is 0.06, 0.00, 0.35, 0.93. Web safe color of #10110b is #000000. Color #10110b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00010001 | 00001011 |
Octal | 20 | 21 | 13 |
Decimal | 16 | 17 | 11 |
Hex | 10 | 11 | B |
Shades of #10110b
Tints of #10110b
RGB Percentages of Color #10110b
CMYK Percentages of Color #10110b
Complementary Color
#10110b | #0c0b11 |
#10110b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10110b Color Preview on White Background
Lorem ipsum dolor sit amet.
#10110b Color CSS Codes
.mybgcolor {background-color:#10110b; } .myforecolor {color:#10110b; } .mybordercolor {border:3px solid #10110b; }
#10110b Text Font Color
<p style="color:#10110b">Text here</p>
This sample text font color is #10110b
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.
#10110b Background Color
<div style="background-color:#10110b">
Div content here</div>
This div background color is #10110b
#10110b Border Color
<div style="border:3px solid #10110b">
Div here</div>
This div border color is #10110b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,17,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10110b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10110b; -webkit-box-shadow: 1px 1px 3px 2px #10110b; box-shadow: 1px 1px 3px 2px #10110b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,17,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10110b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10110b; -webkit-box-shadow: 1px 1px 3px 2px #10110b; box-shadow: 1px 1px 3px 2px #10110b;">
Div content here</div>
This div box has shadow with color #10110b
Comments
No comments written yet.
Please login to write comment.