Color spaces of #adb862
RGB | 173 | 184 | 98 |
---|---|---|---|
HSL | 0.19 | 0.38 | 0.55 |
HSV | 68° | 47° | 72° |
CMYK | 0.06 | 0.00 | 0.47 0.28 |
XYZ | 36.5787 | 44.0471 | 18.1293 |
Yxy | 44.0471 | 0.3704 | 0.4460 |
Hunter Lab | 66.3680 | -17.7638 | 30.2617 |
CIE-Lab | 72.2600 | -16.7393 | 42.1442 |
#adb862 color RGB value is (173,184,98).
#adb862 hex color red value is 173, green value is 184 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #adb862 hue: 0.19 , saturation: 0.38 and the lightness value of adb862 is 0.55.
The process color (four color CMYK) of #adb862 color hex is 0.06, 0.00, 0.47, 0.28. Web safe color of #adb862 is #99cc66. Color #adb862 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111000 | 01100010 |
Octal | 255 | 270 | 142 |
Decimal | 173 | 184 | 98 |
Hex | AD | B8 | 62 |
Shades of #adb862
Tints of #adb862
RGB Percentages of Color #adb862
CMYK Percentages of Color #adb862
Complementary Color
#adb862 | #6d62b8 |
#adb862 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb862 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb862 Color CSS Codes
.mybgcolor {background-color:#adb862; } .myforecolor {color:#adb862; } .mybordercolor {border:3px solid #adb862; }
#adb862 Text Font Color
<p style="color:#adb862">Text here</p>
This sample text font color is #adb862
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.
#adb862 Background Color
<div style="background-color:#adb862">
Div content here</div>
This div background color is #adb862
#adb862 Border Color
<div style="border:3px solid #adb862">
Div here</div>
This div border color is #adb862
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,184,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb862; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb862; -webkit-box-shadow: 1px 1px 3px 2px #adb862; box-shadow: 1px 1px 3px 2px #adb862; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,184,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb862">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb862; -webkit-box-shadow: 1px 1px 3px 2px #adb862; box-shadow: 1px 1px 3px 2px #adb862;">
Div content here</div>
This div box has shadow with color #adb862
Comments
No comments written yet.
Please login to write comment.