Color spaces of #10020c
RGB | 16 | 2 | 12 |
---|---|---|---|
HSL | 0.88 | 0.78 | 0.04 |
HSV | 317° | 88° | 6° |
CMYK | 0.00 | 0.88 | 0.25 0.94 |
XYZ | 0.3018 | 0.1801 | 0.3667 |
Yxy | 0.1801 | 0.3556 | 0.2122 |
Hunter Lab | 4.2438 | 5.2674 | -2.1525 |
CIE-Lab | 1.6268 | 5.3507 | -2.4402 |
#10020c color RGB value is (16,2,12).
#10020c hex color red value is 16, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #10020c hue: 0.88 , saturation: 0.78 and the lightness value of 10020c is 0.04.
The process color (four color CMYK) of #10020c color hex is 0.00, 0.88, 0.25, 0.94. Web safe color of #10020c is #000000. Color #10020c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00000010 | 00001100 |
Octal | 20 | 2 | 14 |
Decimal | 16 | 2 | 12 |
Hex | 10 | 2 | C |
Shades of #10020c
Tints of #10020c
RGB Percentages of Color #10020c
CMYK Percentages of Color #10020c
Complementary Color
#10020c | #021006 |
#10020c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10020c Color Preview on White Background
Lorem ipsum dolor sit amet.
#10020c Color CSS Codes
.mybgcolor {background-color:#10020c; } .myforecolor {color:#10020c; } .mybordercolor {border:3px solid #10020c; }
#10020c Text Font Color
<p style="color:#10020c">Text here</p>
This sample text font color is #10020c
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.
#10020c Background Color
<div style="background-color:#10020c">
Div content here</div>
This div background color is #10020c
#10020c Border Color
<div style="border:3px solid #10020c">
Div here</div>
This div border color is #10020c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,2,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10020c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10020c; -webkit-box-shadow: 1px 1px 3px 2px #10020c; box-shadow: 1px 1px 3px 2px #10020c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,2,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10020c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10020c; -webkit-box-shadow: 1px 1px 3px 2px #10020c; box-shadow: 1px 1px 3px 2px #10020c;">
Div content here</div>
This div box has shadow with color #10020c
Comments
No comments written yet.
Please login to write comment.