Color spaces of #acb096
RGB | 172 | 176 | 150 |
---|---|---|---|
HSL | 0.19 | 0.14 | 0.64 |
HSV | 69° | 15° | 69° |
CMYK | 0.02 | 0.00 | 0.15 0.31 |
XYZ | 38.0436 | 42.0233 | 34.9604 |
Yxy | 42.0233 | 0.3307 | 0.3653 |
Hunter Lab | 64.8254 | -8.6894 | 13.4026 |
CIE-Lab | 70.8870 | -6.0296 | 12.8530 |
#acb096 color RGB value is (172,176,150).
#acb096 hex color red value is 172, green value is 176 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #acb096 hue: 0.19 , saturation: 0.14 and the lightness value of acb096 is 0.64.
The process color (four color CMYK) of #acb096 color hex is 0.02, 0.00, 0.15, 0.31. Web safe color of #acb096 is #999999. Color #acb096 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10110000 | 10010110 |
Octal | 254 | 260 | 226 |
Decimal | 172 | 176 | 150 |
Hex | AC | B0 | 96 |
Shades of #acb096
Tints of #acb096
RGB Percentages of Color #acb096
CMYK Percentages of Color #acb096
Complementary Color
#acb096 | #9a96b0 |
#acb096 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb096 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb096 Color CSS Codes
.mybgcolor {background-color:#acb096; } .myforecolor {color:#acb096; } .mybordercolor {border:3px solid #acb096; }
#acb096 Text Font Color
<p style="color:#acb096">Text here</p>
This sample text font color is #acb096
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.
#acb096 Background Color
<div style="background-color:#acb096">
Div content here</div>
This div background color is #acb096
#acb096 Border Color
<div style="border:3px solid #acb096">
Div here</div>
This div border color is #acb096
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,176,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb096; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb096; -webkit-box-shadow: 1px 1px 3px 2px #acb096; box-shadow: 1px 1px 3px 2px #acb096; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,176,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb096">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb096; -webkit-box-shadow: 1px 1px 3px 2px #acb096; box-shadow: 1px 1px 3px 2px #acb096;">
Div content here</div>
This div box has shadow with color #acb096
Comments
No comments written yet.
Please login to write comment.