Color spaces of #adb33a
RGB | 173 | 179 | 58 |
---|---|---|---|
HSL | 0.17 | 0.51 | 0.46 |
HSV | 63° | 68° | 70° |
CMYK | 0.03 | 0.00 | 0.68 0.30 |
XYZ | 34.1174 | 41.4299 | 10.2016 |
Yxy | 41.4299 | 0.3979 | 0.4832 |
Hunter Lab | 64.3661 | -18.0262 | 35.6592 |
CIE-Lab | 70.4761 | -17.3975 | 58.2590 |
#adb33a color RGB value is (173,179,58).
#adb33a hex color red value is 173, green value is 179 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #adb33a hue: 0.17 , saturation: 0.51 and the lightness value of adb33a is 0.46.
The process color (four color CMYK) of #adb33a color hex is 0.03, 0.00, 0.68, 0.30. Web safe color of #adb33a is #99cc33. Color #adb33a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110011 | 00111010 |
Octal | 255 | 263 | 72 |
Decimal | 173 | 179 | 58 |
Hex | AD | B3 | 3A |
Shades of #adb33a
Tints of #adb33a
RGB Percentages of Color #adb33a
CMYK Percentages of Color #adb33a
Complementary Color
#adb33a | #403ab3 |
#adb33a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb33a Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb33a Color CSS Codes
.mybgcolor {background-color:#adb33a; } .myforecolor {color:#adb33a; } .mybordercolor {border:3px solid #adb33a; }
#adb33a Text Font Color
<p style="color:#adb33a">Text here</p>
This sample text font color is #adb33a
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.
#adb33a Background Color
<div style="background-color:#adb33a">
Div content here</div>
This div background color is #adb33a
#adb33a Border Color
<div style="border:3px solid #adb33a">
Div here</div>
This div border color is #adb33a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,179,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb33a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb33a; -webkit-box-shadow: 1px 1px 3px 2px #adb33a; box-shadow: 1px 1px 3px 2px #adb33a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,179,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb33a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb33a; -webkit-box-shadow: 1px 1px 3px 2px #adb33a; box-shadow: 1px 1px 3px 2px #adb33a;">
Div content here</div>
This div box has shadow with color #adb33a
Comments
No comments written yet.
Please login to write comment.