Color spaces of #adde1a
RGB | 173 | 222 | 26 |
---|---|---|---|
HSL | 0.21 | 0.79 | 0.49 |
HSV | 75° | 88° | 87° |
CMYK | 0.22 | 0.00 | 0.88 0.13 |
XYZ | 43.5413 | 61.2014 | 10.4955 |
Yxy | 61.2014 | 0.3778 | 0.5311 |
Hunter Lab | 78.2313 | -37.5569 | 46.8076 |
CIE-Lab | 82.4869 | -39.0717 | 78.1032 |
#adde1a color RGB value is (173,222,26).
#adde1a hex color red value is 173, green value is 222 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #adde1a hue: 0.21 , saturation: 0.79 and the lightness value of adde1a is 0.49.
The process color (four color CMYK) of #adde1a color hex is 0.22, 0.00, 0.88, 0.13. Web safe color of #adde1a is #99cc33. Color #adde1a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011110 | 00011010 |
Octal | 255 | 336 | 32 |
Decimal | 173 | 222 | 26 |
Hex | AD | DE | 1A |
Shades of #adde1a
Tints of #adde1a
RGB Percentages of Color #adde1a
CMYK Percentages of Color #adde1a
Complementary Color
#adde1a | #4b1ade |
#adde1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adde1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#adde1a Color CSS Codes
.mybgcolor {background-color:#adde1a; } .myforecolor {color:#adde1a; } .mybordercolor {border:3px solid #adde1a; }
#adde1a Text Font Color
<p style="color:#adde1a">Text here</p>
This sample text font color is #adde1a
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.
#adde1a Background Color
<div style="background-color:#adde1a">
Div content here</div>
This div background color is #adde1a
#adde1a Border Color
<div style="border:3px solid #adde1a">
Div here</div>
This div border color is #adde1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,222,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adde1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adde1a; -webkit-box-shadow: 1px 1px 3px 2px #adde1a; box-shadow: 1px 1px 3px 2px #adde1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,222,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adde1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adde1a; -webkit-box-shadow: 1px 1px 3px 2px #adde1a; box-shadow: 1px 1px 3px 2px #adde1a;">
Div content here</div>
This div box has shadow with color #adde1a
Comments
No comments written yet.
Please login to write comment.