Color spaces of #14543b
RGB | 20 | 84 | 59 |
---|---|---|---|
HSL | 0.43 | 0.62 | 0.20 |
HSV | 157° | 76° | 33° |
CMYK | 0.76 | 0.00 | 0.30 0.67 |
XYZ | 4.2482 | 6.8051 | 5.2273 |
Yxy | 6.8051 | 0.2609 | 0.4180 |
Hunter Lab | 26.0866 | -16.5828 | 6.3799 |
CIE-Lab | 31.3590 | -26.6908 | 8.9644 |
#14543b color RGB value is (20,84,59).
#14543b hex color red value is 20, green value is 84 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #14543b hue: 0.43 , saturation: 0.62 and the lightness value of 14543b is 0.20.
The process color (four color CMYK) of #14543b color hex is 0.76, 0.00, 0.30, 0.67. Web safe color of #14543b is #006633. Color #14543b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01010100 | 00111011 |
Octal | 24 | 124 | 73 |
Decimal | 20 | 84 | 59 |
Hex | 14 | 54 | 3B |
Shades of #14543b
Tints of #14543b
RGB Percentages of Color #14543b
CMYK Percentages of Color #14543b
Complementary Color
#14543b | #54142d |
#14543b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14543b Color Preview on White Background
Lorem ipsum dolor sit amet.
#14543b Color CSS Codes
.mybgcolor {background-color:#14543b; } .myforecolor {color:#14543b; } .mybordercolor {border:3px solid #14543b; }
#14543b Text Font Color
<p style="color:#14543b">Text here</p>
This sample text font color is #14543b
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.
#14543b Background Color
<div style="background-color:#14543b">
Div content here</div>
This div background color is #14543b
#14543b Border Color
<div style="border:3px solid #14543b">
Div here</div>
This div border color is #14543b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,84,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14543b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14543b; -webkit-box-shadow: 1px 1px 3px 2px #14543b; box-shadow: 1px 1px 3px 2px #14543b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,84,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14543b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14543b; -webkit-box-shadow: 1px 1px 3px 2px #14543b; box-shadow: 1px 1px 3px 2px #14543b;">
Div content here</div>
This div box has shadow with color #14543b
Comments
No comments written yet.
Please login to write comment.