Color spaces of #143023
RGB | 20 | 48 | 35 |
---|---|---|---|
HSL | 0.42 | 0.41 | 0.13 |
HSV | 152° | 58° | 19° |
CMYK | 0.58 | 0.00 | 0.27 0.81 |
XYZ | 1.6488 | 2.3840 | 1.9634 |
Yxy | 2.3840 | 0.2750 | 0.3976 |
Hunter Lab | 15.4402 | -7.9590 | 3.2687 |
CIE-Lab | 17.3857 | -14.4703 | 5.1154 |
#143023 color RGB value is (20,48,35).
#143023 hex color red value is 20, green value is 48 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #143023 hue: 0.42 , saturation: 0.41 and the lightness value of 143023 is 0.13.
The process color (four color CMYK) of #143023 color hex is 0.58, 0.00, 0.27, 0.81. Web safe color of #143023 is #003333. Color #143023 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110000 | 00100011 |
Octal | 24 | 60 | 43 |
Decimal | 20 | 48 | 35 |
Hex | 14 | 30 | 23 |
Shades of #143023
Tints of #143023
RGB Percentages of Color #143023
CMYK Percentages of Color #143023
Complementary Color
#143023 | #301421 |
#143023 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#143023 Color Preview on White Background
Lorem ipsum dolor sit amet.
#143023 Color CSS Codes
.mybgcolor {background-color:#143023; } .myforecolor {color:#143023; } .mybordercolor {border:3px solid #143023; }
#143023 Text Font Color
<p style="color:#143023">Text here</p>
This sample text font color is #143023
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.
#143023 Background Color
<div style="background-color:#143023">
Div content here</div>
This div background color is #143023
#143023 Border Color
<div style="border:3px solid #143023">
Div here</div>
This div border color is #143023
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,48,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #143023; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #143023; -webkit-box-shadow: 1px 1px 3px 2px #143023; box-shadow: 1px 1px 3px 2px #143023; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,48,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #143023">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #143023; -webkit-box-shadow: 1px 1px 3px 2px #143023; box-shadow: 1px 1px 3px 2px #143023;">
Div content here</div>
This div box has shadow with color #143023
Comments
No comments written yet.
Please login to write comment.