Color spaces of #adb683
RGB | 173 | 182 | 131 |
---|---|---|---|
HSL | 0.20 | 0.26 | 0.61 |
HSV | 71° | 28° | 71° |
CMYK | 0.05 | 0.00 | 0.28 0.29 |
XYZ | 38.0583 | 43.9788 | 27.9556 |
Yxy | 43.9788 | 0.3460 | 0.3998 |
Hunter Lab | 66.3165 | -13.6148 | 21.4280 |
CIE-Lab | 72.2143 | -11.7035 | 24.9779 |
#adb683 color RGB value is (173,182,131).
#adb683 hex color red value is 173, green value is 182 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #adb683 hue: 0.20 , saturation: 0.26 and the lightness value of adb683 is 0.61.
The process color (four color CMYK) of #adb683 color hex is 0.05, 0.00, 0.28, 0.29. Web safe color of #adb683 is #99cc99. Color #adb683 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110110 | 10000011 |
Octal | 255 | 266 | 203 |
Decimal | 173 | 182 | 131 |
Hex | AD | B6 | 83 |
Shades of #adb683
Tints of #adb683
RGB Percentages of Color #adb683
CMYK Percentages of Color #adb683
Complementary Color
#adb683 | #8c83b6 |
#adb683 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb683 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb683 Color CSS Codes
.mybgcolor {background-color:#adb683; } .myforecolor {color:#adb683; } .mybordercolor {border:3px solid #adb683; }
#adb683 Text Font Color
<p style="color:#adb683">Text here</p>
This sample text font color is #adb683
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.
#adb683 Background Color
<div style="background-color:#adb683">
Div content here</div>
This div background color is #adb683
#adb683 Border Color
<div style="border:3px solid #adb683">
Div here</div>
This div border color is #adb683
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,182,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb683; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb683; -webkit-box-shadow: 1px 1px 3px 2px #adb683; box-shadow: 1px 1px 3px 2px #adb683; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,182,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb683">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb683; -webkit-box-shadow: 1px 1px 3px 2px #adb683; box-shadow: 1px 1px 3px 2px #adb683;">
Div content here</div>
This div box has shadow with color #adb683
Comments
No comments written yet.
Please login to write comment.