Color spaces of #acb07b
RGB | 172 | 176 | 123 |
---|---|---|---|
HSL | 0.18 | 0.25 | 0.59 |
HSV | 65° | 30° | 69° |
CMYK | 0.02 | 0.00 | 0.30 0.31 |
XYZ | 36.1137 | 41.2514 | 24.7978 |
Yxy | 41.2514 | 0.3535 | 0.4038 |
Hunter Lab | 64.2273 | -12.0307 | 22.0675 |
CIE-Lab | 70.3517 | -10.0617 | 26.7451 |
#acb07b color RGB value is (172,176,123).
#acb07b hex color red value is 172, green value is 176 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #acb07b hue: 0.18 , saturation: 0.25 and the lightness value of acb07b is 0.59.
The process color (four color CMYK) of #acb07b color hex is 0.02, 0.00, 0.30, 0.31. Web safe color of #acb07b is #999966. Color #acb07b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10110000 | 01111011 |
Octal | 254 | 260 | 173 |
Decimal | 172 | 176 | 123 |
Hex | AC | B0 | 7B |
Shades of #acb07b
Tints of #acb07b
RGB Percentages of Color #acb07b
CMYK Percentages of Color #acb07b
Complementary Color
#acb07b | #7f7bb0 |
#acb07b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb07b Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb07b Color CSS Codes
.mybgcolor {background-color:#acb07b; } .myforecolor {color:#acb07b; } .mybordercolor {border:3px solid #acb07b; }
#acb07b Text Font Color
<p style="color:#acb07b">Text here</p>
This sample text font color is #acb07b
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.
#acb07b Background Color
<div style="background-color:#acb07b">
Div content here</div>
This div background color is #acb07b
#acb07b Border Color
<div style="border:3px solid #acb07b">
Div here</div>
This div border color is #acb07b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,176,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb07b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb07b; -webkit-box-shadow: 1px 1px 3px 2px #acb07b; box-shadow: 1px 1px 3px 2px #acb07b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,176,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb07b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb07b; -webkit-box-shadow: 1px 1px 3px 2px #acb07b; box-shadow: 1px 1px 3px 2px #acb07b;">
Div content here</div>
This div box has shadow with color #acb07b
Comments
No comments written yet.
Please login to write comment.