Color spaces of #adda2a
RGB | 173 | 218 | 42 |
---|---|---|---|
HSL | 0.21 | 0.70 | 0.51 |
HSV | 75° | 81° | 85° |
CMYK | 0.21 | 0.00 | 0.81 0.15 |
XYZ | 42.7229 | 59.1942 | 11.3644 |
Yxy | 59.1942 | 0.3771 | 0.5225 |
Hunter Lab | 76.9378 | -35.5215 | 45.0988 |
CIE-Lab | 81.3982 | -36.8094 | 73.7624 |
#adda2a color RGB value is (173,218,42).
#adda2a hex color red value is 173, green value is 218 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #adda2a hue: 0.21 , saturation: 0.70 and the lightness value of adda2a is 0.51.
The process color (four color CMYK) of #adda2a color hex is 0.21, 0.00, 0.81, 0.15. Web safe color of #adda2a is #99cc33. Color #adda2a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011010 | 00101010 |
Octal | 255 | 332 | 52 |
Decimal | 173 | 218 | 42 |
Hex | AD | DA | 2A |
Shades of #adda2a
Tints of #adda2a
RGB Percentages of Color #adda2a
CMYK Percentages of Color #adda2a
Complementary Color
#adda2a | #572ada |
#adda2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adda2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#adda2a Color CSS Codes
.mybgcolor {background-color:#adda2a; } .myforecolor {color:#adda2a; } .mybordercolor {border:3px solid #adda2a; }
#adda2a Text Font Color
<p style="color:#adda2a">Text here</p>
This sample text font color is #adda2a
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.
#adda2a Background Color
<div style="background-color:#adda2a">
Div content here</div>
This div background color is #adda2a
#adda2a Border Color
<div style="border:3px solid #adda2a">
Div here</div>
This div border color is #adda2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,218,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adda2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adda2a; -webkit-box-shadow: 1px 1px 3px 2px #adda2a; box-shadow: 1px 1px 3px 2px #adda2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,218,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adda2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adda2a; -webkit-box-shadow: 1px 1px 3px 2px #adda2a; box-shadow: 1px 1px 3px 2px #adda2a;">
Div content here</div>
This div box has shadow with color #adda2a
Comments
No comments written yet.
Please login to write comment.