Color spaces of #14322a
RGB | 20 | 50 | 42 |
---|---|---|---|
HSL | 0.46 | 0.43 | 0.14 |
HSV | 164° | 60° | 20° |
CMYK | 0.60 | 0.00 | 0.16 0.80 |
XYZ | 1.8470 | 2.5971 | 2.5944 |
Yxy | 2.5971 | 0.2624 | 0.3690 |
Hunter Lab | 16.1155 | -7.7443 | 1.7359 |
CIE-Lab | 18.3522 | -13.6449 | 1.6765 |
#14322a color RGB value is (20,50,42).
#14322a hex color red value is 20, green value is 50 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #14322a hue: 0.46 , saturation: 0.43 and the lightness value of 14322a is 0.14.
The process color (four color CMYK) of #14322a color hex is 0.60, 0.00, 0.16, 0.80. Web safe color of #14322a is #003333. Color #14322a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110010 | 00101010 |
Octal | 24 | 62 | 52 |
Decimal | 20 | 50 | 42 |
Hex | 14 | 32 | 2A |
Shades of #14322a
Tints of #14322a
RGB Percentages of Color #14322a
CMYK Percentages of Color #14322a
Complementary Color
#14322a | #32141c |
#14322a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14322a Color Preview on White Background
Lorem ipsum dolor sit amet.
#14322a Color CSS Codes
.mybgcolor {background-color:#14322a; } .myforecolor {color:#14322a; } .mybordercolor {border:3px solid #14322a; }
#14322a Text Font Color
<p style="color:#14322a">Text here</p>
This sample text font color is #14322a
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.
#14322a Background Color
<div style="background-color:#14322a">
Div content here</div>
This div background color is #14322a
#14322a Border Color
<div style="border:3px solid #14322a">
Div here</div>
This div border color is #14322a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,50,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14322a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14322a; -webkit-box-shadow: 1px 1px 3px 2px #14322a; box-shadow: 1px 1px 3px 2px #14322a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,50,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14322a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14322a; -webkit-box-shadow: 1px 1px 3px 2px #14322a; box-shadow: 1px 1px 3px 2px #14322a;">
Div content here</div>
This div box has shadow with color #14322a
Comments
No comments written yet.
Please login to write comment.