Color spaces of #142605
RGB | 20 | 38 | 5 |
---|---|---|---|
HSL | 0.26 | 0.77 | 0.08 |
HSV | 93° | 87° | 15° |
CMYK | 0.47 | 0.00 | 0.87 0.85 |
XYZ | 1.0090 | 1.5459 | 0.3888 |
Yxy | 1.5459 | 0.3428 | 0.5252 |
Hunter Lab | 12.4334 | -7.2728 | 6.8494 |
CIE-Lab | 12.8969 | -14.6667 | 16.6749 |
#142605 color RGB value is (20,38,5).
#142605 hex color red value is 20, green value is 38 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #142605 hue: 0.26 , saturation: 0.77 and the lightness value of 142605 is 0.08.
The process color (four color CMYK) of #142605 color hex is 0.47, 0.00, 0.87, 0.85. Web safe color of #142605 is #003300. Color #142605 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00100110 | 00000101 |
Octal | 24 | 46 | 5 |
Decimal | 20 | 38 | 5 |
Hex | 14 | 26 | 5 |
Shades of #142605
Tints of #142605
RGB Percentages of Color #142605
CMYK Percentages of Color #142605
Complementary Color
#142605 | #170526 |
#142605 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#142605 Color Preview on White Background
Lorem ipsum dolor sit amet.
#142605 Color CSS Codes
.mybgcolor {background-color:#142605; } .myforecolor {color:#142605; } .mybordercolor {border:3px solid #142605; }
#142605 Text Font Color
<p style="color:#142605">Text here</p>
This sample text font color is #142605
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.
#142605 Background Color
<div style="background-color:#142605">
Div content here</div>
This div background color is #142605
#142605 Border Color
<div style="border:3px solid #142605">
Div here</div>
This div border color is #142605
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,38,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #142605; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #142605; -webkit-box-shadow: 1px 1px 3px 2px #142605; box-shadow: 1px 1px 3px 2px #142605; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,38,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #142605">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #142605; -webkit-box-shadow: 1px 1px 3px 2px #142605; box-shadow: 1px 1px 3px 2px #142605;">
Div content here</div>
This div box has shadow with color #142605
Comments
No comments written yet.
Please login to write comment.