Color spaces of #adea0b
RGB | 173 | 234 | 11 |
---|---|---|---|
HSL | 0.21 | 0.91 | 0.48 |
HSV | 76° | 95° | 92° |
CMYK | 0.26 | 0.00 | 0.95 0.08 |
XYZ | 46.7168 | 67.7540 | 10.9322 |
Yxy | 67.7540 | 0.3725 | 0.5403 |
Hunter Lab | 82.3128 | -42.7394 | 49.7445 |
CIE-Lab | 85.8833 | -44.5602 | 82.7045 |
#adea0b color RGB value is (173,234,11).
#adea0b hex color red value is 173, green value is 234 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #adea0b hue: 0.21 , saturation: 0.91 and the lightness value of adea0b is 0.48.
The process color (four color CMYK) of #adea0b color hex is 0.26, 0.00, 0.95, 0.08. Web safe color of #adea0b is #99ff00. Color #adea0b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101010 | 00001011 |
Octal | 255 | 352 | 13 |
Decimal | 173 | 234 | 11 |
Hex | AD | EA | B |
Shades of #adea0b
Tints of #adea0b
RGB Percentages of Color #adea0b
CMYK Percentages of Color #adea0b
Complementary Color
#adea0b | #480bea |
#adea0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adea0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#adea0b Color CSS Codes
.mybgcolor {background-color:#adea0b; } .myforecolor {color:#adea0b; } .mybordercolor {border:3px solid #adea0b; }
#adea0b Text Font Color
<p style="color:#adea0b">Text here</p>
This sample text font color is #adea0b
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.
#adea0b Background Color
<div style="background-color:#adea0b">
Div content here</div>
This div background color is #adea0b
#adea0b Border Color
<div style="border:3px solid #adea0b">
Div here</div>
This div border color is #adea0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,234,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adea0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adea0b; -webkit-box-shadow: 1px 1px 3px 2px #adea0b; box-shadow: 1px 1px 3px 2px #adea0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,234,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adea0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adea0b; -webkit-box-shadow: 1px 1px 3px 2px #adea0b; box-shadow: 1px 1px 3px 2px #adea0b;">
Div content here</div>
This div box has shadow with color #adea0b
Comments
No comments written yet.
Please login to write comment.