Color spaces of #144434
RGB | 20 | 68 | 52 |
---|---|---|---|
HSL | 0.44 | 0.55 | 0.17 |
HSV | 160° | 71° | 27° |
CMYK | 0.71 | 0.00 | 0.24 0.73 |
XYZ | 2.9754 | 4.5309 | 3.9665 |
Yxy | 4.5309 | 0.2593 | 0.3949 |
Hunter Lab | 21.2859 | -12.2991 | 3.8518 |
CIE-Lab | 25.3542 | -20.6692 | 5.0005 |
#144434 color RGB value is (20,68,52).
#144434 hex color red value is 20, green value is 68 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #144434 hue: 0.44 , saturation: 0.55 and the lightness value of 144434 is 0.17.
The process color (four color CMYK) of #144434 color hex is 0.71, 0.00, 0.24, 0.73. Web safe color of #144434 is #003333. Color #144434 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01000100 | 00110100 |
Octal | 24 | 104 | 64 |
Decimal | 20 | 68 | 52 |
Hex | 14 | 44 | 34 |
Shades of #144434
Tints of #144434
RGB Percentages of Color #144434
CMYK Percentages of Color #144434
Complementary Color
#144434 | #441424 |
#144434 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#144434 Color Preview on White Background
Lorem ipsum dolor sit amet.
#144434 Color CSS Codes
.mybgcolor {background-color:#144434; } .myforecolor {color:#144434; } .mybordercolor {border:3px solid #144434; }
#144434 Text Font Color
<p style="color:#144434">Text here</p>
This sample text font color is #144434
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.
#144434 Background Color
<div style="background-color:#144434">
Div content here</div>
This div background color is #144434
#144434 Border Color
<div style="border:3px solid #144434">
Div here</div>
This div border color is #144434
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,68,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #144434; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #144434; -webkit-box-shadow: 1px 1px 3px 2px #144434; box-shadow: 1px 1px 3px 2px #144434; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,68,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #144434">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #144434; -webkit-box-shadow: 1px 1px 3px 2px #144434; box-shadow: 1px 1px 3px 2px #144434;">
Div content here</div>
This div box has shadow with color #144434
Comments
No comments written yet.
Please login to write comment.