Color spaces of #adbe7d
RGB | 173 | 190 | 125 |
---|---|---|---|
HSL | 0.21 | 0.33 | 0.62 |
HSV | 76° | 34° | 75° |
CMYK | 0.09 | 0.00 | 0.34 0.25 |
XYZ | 39.3487 | 47.1918 | 26.4371 |
Yxy | 47.1918 | 0.3483 | 0.4177 |
Hunter Lab | 68.6963 | -17.9751 | 25.2702 |
CIE-Lab | 74.3123 | -16.6275 | 30.9396 |
#adbe7d color RGB value is (173,190,125).
#adbe7d hex color red value is 173, green value is 190 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #adbe7d hue: 0.21 , saturation: 0.33 and the lightness value of adbe7d is 0.62.
The process color (four color CMYK) of #adbe7d color hex is 0.09, 0.00, 0.34, 0.25. Web safe color of #adbe7d is #99cc66. Color #adbe7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 01111101 |
Octal | 255 | 276 | 175 |
Decimal | 173 | 190 | 125 |
Hex | AD | BE | 7D |
Shades of #adbe7d
Tints of #adbe7d
RGB Percentages of Color #adbe7d
CMYK Percentages of Color #adbe7d
Complementary Color
#adbe7d | #8e7dbe |
#adbe7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbe7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbe7d Color CSS Codes
.mybgcolor {background-color:#adbe7d; } .myforecolor {color:#adbe7d; } .mybordercolor {border:3px solid #adbe7d; }
#adbe7d Text Font Color
<p style="color:#adbe7d">Text here</p>
This sample text font color is #adbe7d
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.
#adbe7d Background Color
<div style="background-color:#adbe7d">
Div content here</div>
This div background color is #adbe7d
#adbe7d Border Color
<div style="border:3px solid #adbe7d">
Div here</div>
This div border color is #adbe7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbe7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbe7d; -webkit-box-shadow: 1px 1px 3px 2px #adbe7d; box-shadow: 1px 1px 3px 2px #adbe7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbe7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbe7d; -webkit-box-shadow: 1px 1px 3px 2px #adbe7d; box-shadow: 1px 1px 3px 2px #adbe7d;">
Div content here</div>
This div box has shadow with color #adbe7d
Comments
No comments written yet.
Please login to write comment.