Color spaces of #1dd20a
RGB | 29 | 210 | 10 |
---|---|---|---|
HSL | 0.32 | 0.91 | 0.43 |
HSV | 114° | 95° | 82° |
CMYK | 0.86 | 0.00 | 0.95 0.18 |
XYZ | 23.6081 | 46.3763 | 7.9944 |
Yxy | 46.3763 | 0.3028 | 0.5947 |
Hunter Lab | 68.1001 | -57.2951 | 40.7099 |
CIE-Lab | 73.7890 | -72.7219 | 71.0612 |
#1dd20a color RGB value is (29,210,10).
#1dd20a hex color red value is 29, green value is 210 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #1dd20a hue: 0.32 , saturation: 0.91 and the lightness value of 1dd20a is 0.43.
The process color (four color CMYK) of #1dd20a color hex is 0.86, 0.00, 0.95, 0.18. Web safe color of #1dd20a is #33cc00. Color #1dd20a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11010010 | 00001010 |
Octal | 35 | 322 | 12 |
Decimal | 29 | 210 | 10 |
Hex | 1D | D2 | A |
Shades of #1dd20a
Tints of #1dd20a
RGB Percentages of Color #1dd20a
CMYK Percentages of Color #1dd20a
Complementary Color
#1dd20a | #bf0ad2 |
#1dd20a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dd20a Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dd20a Color CSS Codes
.mybgcolor {background-color:#1dd20a; } .myforecolor {color:#1dd20a; } .mybordercolor {border:3px solid #1dd20a; }
#1dd20a Text Font Color
<p style="color:#1dd20a">Text here</p>
This sample text font color is #1dd20a
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.
#1dd20a Background Color
<div style="background-color:#1dd20a">
Div content here</div>
This div background color is #1dd20a
#1dd20a Border Color
<div style="border:3px solid #1dd20a">
Div here</div>
This div border color is #1dd20a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,210,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dd20a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dd20a; -webkit-box-shadow: 1px 1px 3px 2px #1dd20a; box-shadow: 1px 1px 3px 2px #1dd20a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,210,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dd20a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dd20a; -webkit-box-shadow: 1px 1px 3px 2px #1dd20a; box-shadow: 1px 1px 3px 2px #1dd20a;">
Div content here</div>
This div box has shadow with color #1dd20a
Comments
No comments written yet.
Please login to write comment.