Color spaces of #acb786
RGB | 172 | 183 | 134 |
---|---|---|---|
HSL | 0.20 | 0.25 | 0.62 |
HSV | 73° | 27° | 72° |
CMYK | 0.06 | 0.00 | 0.27 0.28 |
XYZ | 38.2498 | 44.3589 | 29.1004 |
Yxy | 44.3589 | 0.3424 | 0.3971 |
Hunter Lab | 66.6025 | -14.0418 | 20.7164 |
CIE-Lab | 72.4677 | -12.1787 | 23.7028 |
#acb786 color RGB value is (172,183,134).
#acb786 hex color red value is 172, green value is 183 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #acb786 hue: 0.20 , saturation: 0.25 and the lightness value of acb786 is 0.62.
The process color (four color CMYK) of #acb786 color hex is 0.06, 0.00, 0.27, 0.28. Web safe color of #acb786 is #99cc99. Color #acb786 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10110111 | 10000110 |
Octal | 254 | 267 | 206 |
Decimal | 172 | 183 | 134 |
Hex | AC | B7 | 86 |
Shades of #acb786
Tints of #acb786
RGB Percentages of Color #acb786
CMYK Percentages of Color #acb786
Complementary Color
#acb786 | #9186b7 |
#acb786 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb786 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb786 Color CSS Codes
.mybgcolor {background-color:#acb786; } .myforecolor {color:#acb786; } .mybordercolor {border:3px solid #acb786; }
#acb786 Text Font Color
<p style="color:#acb786">Text here</p>
This sample text font color is #acb786
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.
#acb786 Background Color
<div style="background-color:#acb786">
Div content here</div>
This div background color is #acb786
#acb786 Border Color
<div style="border:3px solid #acb786">
Div here</div>
This div border color is #acb786
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,183,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb786; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb786; -webkit-box-shadow: 1px 1px 3px 2px #acb786; box-shadow: 1px 1px 3px 2px #acb786; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,183,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb786">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb786; -webkit-box-shadow: 1px 1px 3px 2px #acb786; box-shadow: 1px 1px 3px 2px #acb786;">
Div content here</div>
This div box has shadow with color #acb786
Comments
No comments written yet.
Please login to write comment.