Color spaces of #adb69d
RGB | 173 | 182 | 157 |
---|---|---|---|
HSL | 0.23 | 0.15 | 0.66 |
HSV | 82° | 14° | 71° |
CMYK | 0.05 | 0.00 | 0.14 0.29 |
XYZ | 40.0473 | 44.7745 | 38.4299 |
Yxy | 44.7745 | 0.3249 | 0.3633 |
Hunter Lab | 66.9138 | -10.2684 | 12.7882 |
CIE-Lab | 72.7432 | -7.6716 | 11.6650 |
#adb69d color RGB value is (173,182,157).
#adb69d hex color red value is 173, green value is 182 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #adb69d hue: 0.23 , saturation: 0.15 and the lightness value of adb69d is 0.66.
The process color (four color CMYK) of #adb69d color hex is 0.05, 0.00, 0.14, 0.29. Web safe color of #adb69d is #99cc99. Color #adb69d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110110 | 10011101 |
Octal | 255 | 266 | 235 |
Decimal | 173 | 182 | 157 |
Hex | AD | B6 | 9D |
Shades of #adb69d
Tints of #adb69d
RGB Percentages of Color #adb69d
CMYK Percentages of Color #adb69d
Complementary Color
#adb69d | #a69db6 |
#adb69d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb69d Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb69d Color CSS Codes
.mybgcolor {background-color:#adb69d; } .myforecolor {color:#adb69d; } .mybordercolor {border:3px solid #adb69d; }
#adb69d Text Font Color
<p style="color:#adb69d">Text here</p>
This sample text font color is #adb69d
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.
#adb69d Background Color
<div style="background-color:#adb69d">
Div content here</div>
This div background color is #adb69d
#adb69d Border Color
<div style="border:3px solid #adb69d">
Div here</div>
This div border color is #adb69d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,182,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb69d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb69d; -webkit-box-shadow: 1px 1px 3px 2px #adb69d; box-shadow: 1px 1px 3px 2px #adb69d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,182,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb69d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb69d; -webkit-box-shadow: 1px 1px 3px 2px #adb69d; box-shadow: 1px 1px 3px 2px #adb69d;">
Div content here</div>
This div box has shadow with color #adb69d
Comments
No comments written yet.
Please login to write comment.