Color spaces of #1da466
RGB | 29 | 164 | 102 |
---|---|---|---|
HSL | 0.42 | 0.70 | 0.38 |
HSV | 152° | 82° | 64° |
CMYK | 0.82 | 0.00 | 0.38 0.36 |
XYZ | 16.1804 | 27.7714 | 17.0780 |
Yxy | 27.7714 | 0.2651 | 0.4550 |
Hunter Lab | 52.6986 | -37.4164 | 17.6749 |
CIE-Lab | 59.6816 | -49.1031 | 22.6268 |
#1da466 color RGB value is (29,164,102).
#1da466 hex color red value is 29, green value is 164 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #1da466 hue: 0.42 , saturation: 0.70 and the lightness value of 1da466 is 0.38.
The process color (four color CMYK) of #1da466 color hex is 0.82, 0.00, 0.38, 0.36. Web safe color of #1da466 is #339966. Color #1da466 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 10100100 | 01100110 |
Octal | 35 | 244 | 146 |
Decimal | 29 | 164 | 102 |
Hex | 1D | A4 | 66 |
Shades of #1da466
Tints of #1da466
RGB Percentages of Color #1da466
CMYK Percentages of Color #1da466
Complementary Color
#1da466 | #a41d5b |
#1da466 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1da466 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1da466 Color CSS Codes
.mybgcolor {background-color:#1da466; } .myforecolor {color:#1da466; } .mybordercolor {border:3px solid #1da466; }
#1da466 Text Font Color
<p style="color:#1da466">Text here</p>
This sample text font color is #1da466
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.
#1da466 Background Color
<div style="background-color:#1da466">
Div content here</div>
This div background color is #1da466
#1da466 Border Color
<div style="border:3px solid #1da466">
Div here</div>
This div border color is #1da466
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,164,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1da466; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1da466; -webkit-box-shadow: 1px 1px 3px 2px #1da466; box-shadow: 1px 1px 3px 2px #1da466; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,164,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1da466">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1da466; -webkit-box-shadow: 1px 1px 3px 2px #1da466; box-shadow: 1px 1px 3px 2px #1da466;">
Div content here</div>
This div box has shadow with color #1da466
Comments
No comments written yet.
Please login to write comment.