Color spaces of #acac5d
RGB | 172 | 172 | 93 |
---|---|---|---|
HSL | 0.17 | 0.32 | 0.52 |
HSV | 60° | 46° | 67° |
CMYK | 0.00 | 0.00 | 0.46 0.33 |
XYZ | 33.7416 | 39.0660 | 16.1181 |
Yxy | 39.0660 | 0.3794 | 0.4393 |
Hunter Lab | 62.5028 | -13.0182 | 28.4624 |
CIE-Lab | 68.7990 | -11.4785 | 40.4063 |
#acac5d color RGB value is (172,172,93).
#acac5d hex color red value is 172, green value is 172 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acac5d hue: 0.17 , saturation: 0.32 and the lightness value of acac5d is 0.52.
The process color (four color CMYK) of #acac5d color hex is 0.00, 0.00, 0.46, 0.33. Web safe color of #acac5d is #999966. Color #acac5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101100 | 01011101 |
Octal | 254 | 254 | 135 |
Decimal | 172 | 172 | 93 |
Hex | AC | AC | 5D |
Shades of #acac5d
Tints of #acac5d
RGB Percentages of Color #acac5d
CMYK Percentages of Color #acac5d
Complementary Color
#acac5d | #5d5dac |
#acac5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acac5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#acac5d Color CSS Codes
.mybgcolor {background-color:#acac5d; } .myforecolor {color:#acac5d; } .mybordercolor {border:3px solid #acac5d; }
#acac5d Text Font Color
<p style="color:#acac5d">Text here</p>
This sample text font color is #acac5d
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.
#acac5d Background Color
<div style="background-color:#acac5d">
Div content here</div>
This div background color is #acac5d
#acac5d Border Color
<div style="border:3px solid #acac5d">
Div here</div>
This div border color is #acac5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,172,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acac5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acac5d; -webkit-box-shadow: 1px 1px 3px 2px #acac5d; box-shadow: 1px 1px 3px 2px #acac5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,172,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acac5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acac5d; -webkit-box-shadow: 1px 1px 3px 2px #acac5d; box-shadow: 1px 1px 3px 2px #acac5d;">
Div content here</div>
This div box has shadow with color #acac5d
Comments
No comments written yet.
Please login to write comment.