Color spaces of #acb914
RGB | 172 | 185 | 20 |
---|---|---|---|
HSL | 0.18 | 0.80 | 0.40 |
HSV | 65° | 89° | 73° |
CMYK | 0.07 | 0.00 | 0.89 0.27 |
XYZ | 34.4885 | 43.5191 | 7.2441 |
Yxy | 43.5191 | 0.4045 | 0.5105 |
Hunter Lab | 65.9690 | -22.1262 | 39.6676 |
CIE-Lab | 71.9059 | -22.2768 | 70.5209 |
#acb914 color RGB value is (172,185,20).
#acb914 hex color red value is 172, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #acb914 hue: 0.18 , saturation: 0.80 and the lightness value of acb914 is 0.40.
The process color (four color CMYK) of #acb914 color hex is 0.07, 0.00, 0.89, 0.27. Web safe color of #acb914 is #99cc00. Color #acb914 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111001 | 00010100 |
Octal | 254 | 271 | 24 |
Decimal | 172 | 185 | 20 |
Hex | AC | B9 | 14 |
Shades of #acb914
Tints of #acb914
RGB Percentages of Color #acb914
CMYK Percentages of Color #acb914
Complementary Color
#acb914 | #2114b9 |
#acb914 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb914 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb914 Color CSS Codes
.mybgcolor {background-color:#acb914; } .myforecolor {color:#acb914; } .mybordercolor {border:3px solid #acb914; }
#acb914 Text Font Color
<p style="color:#acb914">Text here</p>
This sample text font color is #acb914
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.
#acb914 Background Color
<div style="background-color:#acb914">
Div content here</div>
This div background color is #acb914
#acb914 Border Color
<div style="border:3px solid #acb914">
Div here</div>
This div border color is #acb914
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,185,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb914; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb914; -webkit-box-shadow: 1px 1px 3px 2px #acb914; box-shadow: 1px 1px 3px 2px #acb914; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,185,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb914">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb914; -webkit-box-shadow: 1px 1px 3px 2px #acb914; box-shadow: 1px 1px 3px 2px #acb914;">
Div content here</div>
This div box has shadow with color #acb914
Comments
No comments written yet.
Please login to write comment.