Color spaces of #ac0412
RGB | 172 | 4 | 18 |
---|---|---|---|
HSL | 0.99 | 0.95 | 0.35 |
HSV | 355° | 98° | 67° |
CMYK | 0.00 | 0.98 | 0.90 0.33 |
XYZ | 17.1659 | 8.9012 | 1.3856 |
Yxy | 8.9012 | 0.6253 | 0.3242 |
Hunter Lab | 29.8349 | 50.4913 | 18.1309 |
CIE-Lab | 35.7934 | 59.3791 | 42.6055 |
#ac0412 color RGB value is (172,4,18).
#ac0412 hex color red value is 172, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ac0412 hue: 0.99 , saturation: 0.95 and the lightness value of ac0412 is 0.35.
The process color (four color CMYK) of #ac0412 color hex is 0.00, 0.98, 0.90, 0.33. Web safe color of #ac0412 is #990000. Color #ac0412 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000100 | 00010010 |
Octal | 254 | 4 | 22 |
Decimal | 172 | 4 | 18 |
Hex | AC | 4 | 12 |
Shades of #ac0412
Tints of #ac0412
RGB Percentages of Color #ac0412
CMYK Percentages of Color #ac0412
Complementary Color
#ac0412 | #04ac9e |
#ac0412 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac0412 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac0412 Color CSS Codes
.mybgcolor {background-color:#ac0412; } .myforecolor {color:#ac0412; } .mybordercolor {border:3px solid #ac0412; }
#ac0412 Text Font Color
<p style="color:#ac0412">Text here</p>
This sample text font color is #ac0412
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.
#ac0412 Background Color
<div style="background-color:#ac0412">
Div content here</div>
This div background color is #ac0412
#ac0412 Border Color
<div style="border:3px solid #ac0412">
Div here</div>
This div border color is #ac0412
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,4,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac0412; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac0412; -webkit-box-shadow: 1px 1px 3px 2px #ac0412; box-shadow: 1px 1px 3px 2px #ac0412; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,4,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac0412">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac0412; -webkit-box-shadow: 1px 1px 3px 2px #ac0412; box-shadow: 1px 1px 3px 2px #ac0412;">
Div content here</div>
This div box has shadow with color #ac0412
Comments
No comments written yet.
Please login to write comment.