Color spaces of #adb72b
RGB | 173 | 183 | 43 |
---|---|---|---|
HSL | 0.18 | 0.62 | 0.44 |
HSV | 64° | 77° | 72° |
CMYK | 0.05 | 0.00 | 0.77 0.28 |
XYZ | 34.6031 | 42.9256 | 8.7472 |
Yxy | 42.9256 | 0.4011 | 0.4975 |
Hunter Lab | 65.5176 | -20.3812 | 37.9466 |
CIE-Lab | 71.5044 | -20.1519 | 64.5719 |
#adb72b color RGB value is (173,183,43).
#adb72b hex color red value is 173, green value is 183 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #adb72b hue: 0.18 , saturation: 0.62 and the lightness value of adb72b is 0.44.
The process color (four color CMYK) of #adb72b color hex is 0.05, 0.00, 0.77, 0.28. Web safe color of #adb72b is #99cc33. Color #adb72b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110111 | 00101011 |
Octal | 255 | 267 | 53 |
Decimal | 173 | 183 | 43 |
Hex | AD | B7 | 2B |
Shades of #adb72b
Tints of #adb72b
RGB Percentages of Color #adb72b
CMYK Percentages of Color #adb72b
Complementary Color
#adb72b | #352bb7 |
#adb72b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb72b Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb72b Color CSS Codes
.mybgcolor {background-color:#adb72b; } .myforecolor {color:#adb72b; } .mybordercolor {border:3px solid #adb72b; }
#adb72b Text Font Color
<p style="color:#adb72b">Text here</p>
This sample text font color is #adb72b
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.
#adb72b Background Color
<div style="background-color:#adb72b">
Div content here</div>
This div background color is #adb72b
#adb72b Border Color
<div style="border:3px solid #adb72b">
Div here</div>
This div border color is #adb72b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,183,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb72b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb72b; -webkit-box-shadow: 1px 1px 3px 2px #adb72b; box-shadow: 1px 1px 3px 2px #adb72b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,183,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb72b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb72b; -webkit-box-shadow: 1px 1px 3px 2px #adb72b; box-shadow: 1px 1px 3px 2px #adb72b;">
Div content here</div>
This div box has shadow with color #adb72b
Comments
No comments written yet.
Please login to write comment.