Color spaces of #adbb3a
RGB | 173 | 187 | 58 |
---|---|---|---|
HSL | 0.18 | 0.53 | 0.48 |
HSV | 67° | 69° | 73° |
CMYK | 0.07 | 0.00 | 0.69 0.27 |
XYZ | 35.7676 | 44.7304 | 10.7517 |
Yxy | 44.7304 | 0.3920 | 0.4902 |
Hunter Lab | 66.8808 | -21.5802 | 37.2851 |
CIE-Lab | 72.7140 | -21.4047 | 60.5133 |
#adbb3a color RGB value is (173,187,58).
#adbb3a hex color red value is 173, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #adbb3a hue: 0.18 , saturation: 0.53 and the lightness value of adbb3a is 0.48.
The process color (four color CMYK) of #adbb3a color hex is 0.07, 0.00, 0.69, 0.27. Web safe color of #adbb3a is #99cc33. Color #adbb3a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111011 | 00111010 |
Octal | 255 | 273 | 72 |
Decimal | 173 | 187 | 58 |
Hex | AD | BB | 3A |
Shades of #adbb3a
Tints of #adbb3a
RGB Percentages of Color #adbb3a
CMYK Percentages of Color #adbb3a
Complementary Color
#adbb3a | #483abb |
#adbb3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbb3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbb3a Color CSS Codes
.mybgcolor {background-color:#adbb3a; } .myforecolor {color:#adbb3a; } .mybordercolor {border:3px solid #adbb3a; }
#adbb3a Text Font Color
<p style="color:#adbb3a">Text here</p>
This sample text font color is #adbb3a
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.
#adbb3a Background Color
<div style="background-color:#adbb3a">
Div content here</div>
This div background color is #adbb3a
#adbb3a Border Color
<div style="border:3px solid #adbb3a">
Div here</div>
This div border color is #adbb3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,187,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbb3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbb3a; -webkit-box-shadow: 1px 1px 3px 2px #adbb3a; box-shadow: 1px 1px 3px 2px #adbb3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,187,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 #adbb3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbb3a; -webkit-box-shadow: 1px 1px 3px 2px #adbb3a; box-shadow: 1px 1px 3px 2px #adbb3a;">
Div content here</div>
This div box has shadow with color #adbb3a
Comments
No comments written yet.
Please login to write comment.