Color spaces of #adb746
RGB | 173 | 183 | 70 |
---|---|---|---|
HSL | 0.18 | 0.45 | 0.50 |
HSV | 65° | 62° | 72° |
CMYK | 0.05 | 0.00 | 0.62 0.28 |
XYZ | 35.2726 | 43.1934 | 12.2725 |
Yxy | 43.1934 | 0.3887 | 0.4760 |
Hunter Lab | 65.7217 | -19.2126 | 34.9337 |
CIE-Lab | 71.6860 | -18.6467 | 54.5731 |
#adb746 color RGB value is (173,183,70).
#adb746 hex color red value is 173, green value is 183 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #adb746 hue: 0.18 , saturation: 0.45 and the lightness value of adb746 is 0.50.
The process color (four color CMYK) of #adb746 color hex is 0.05, 0.00, 0.62, 0.28. Web safe color of #adb746 is #99cc33. Color #adb746 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110111 | 01000110 |
Octal | 255 | 267 | 106 |
Decimal | 173 | 183 | 70 |
Hex | AD | B7 | 46 |
Shades of #adb746
Tints of #adb746
RGB Percentages of Color #adb746
CMYK Percentages of Color #adb746
Complementary Color
#adb746 | #5046b7 |
#adb746 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb746 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb746 Color CSS Codes
.mybgcolor {background-color:#adb746; } .myforecolor {color:#adb746; } .mybordercolor {border:3px solid #adb746; }
#adb746 Text Font Color
<p style="color:#adb746">Text here</p>
This sample text font color is #adb746
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.
#adb746 Background Color
<div style="background-color:#adb746">
Div content here</div>
This div background color is #adb746
#adb746 Border Color
<div style="border:3px solid #adb746">
Div here</div>
This div border color is #adb746
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,183,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb746; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb746; -webkit-box-shadow: 1px 1px 3px 2px #adb746; box-shadow: 1px 1px 3px 2px #adb746; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,183,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb746">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb746; -webkit-box-shadow: 1px 1px 3px 2px #adb746; box-shadow: 1px 1px 3px 2px #adb746;">
Div content here</div>
This div box has shadow with color #adb746
Comments
No comments written yet.
Please login to write comment.