Color spaces of #acda11
RGB | 172 | 218 | 17 |
---|---|---|---|
HSL | 0.20 | 0.86 | 0.46 |
HSV | 74° | 92° | 85° |
CMYK | 0.21 | 0.00 | 0.92 0.15 |
XYZ | 42.1858 | 58.9539 | 9.6861 |
Yxy | 58.9539 | 0.3806 | 0.5320 |
Hunter Lab | 76.7814 | -36.2948 | 46.2675 |
CIE-Lab | 81.2662 | -37.8523 | 78.4193 |
#acda11 color RGB value is (172,218,17).
#acda11 hex color red value is 172, green value is 218 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #acda11 hue: 0.20 , saturation: 0.86 and the lightness value of acda11 is 0.46.
The process color (four color CMYK) of #acda11 color hex is 0.21, 0.00, 0.92, 0.15. Web safe color of #acda11 is #99cc00. Color #acda11 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011010 | 00010001 |
Octal | 254 | 332 | 21 |
Decimal | 172 | 218 | 17 |
Hex | AC | DA | 11 |
Shades of #acda11
Tints of #acda11
RGB Percentages of Color #acda11
CMYK Percentages of Color #acda11
Complementary Color
#acda11 | #3f11da |
#acda11 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acda11 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acda11 Color CSS Codes
.mybgcolor {background-color:#acda11; } .myforecolor {color:#acda11; } .mybordercolor {border:3px solid #acda11; }
#acda11 Text Font Color
<p style="color:#acda11">Text here</p>
This sample text font color is #acda11
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.
#acda11 Background Color
<div style="background-color:#acda11">
Div content here</div>
This div background color is #acda11
#acda11 Border Color
<div style="border:3px solid #acda11">
Div here</div>
This div border color is #acda11
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,218,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acda11; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acda11; -webkit-box-shadow: 1px 1px 3px 2px #acda11; box-shadow: 1px 1px 3px 2px #acda11; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,218,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acda11">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acda11; -webkit-box-shadow: 1px 1px 3px 2px #acda11; box-shadow: 1px 1px 3px 2px #acda11;">
Div content here</div>
This div box has shadow with color #acda11
Comments
No comments written yet.
Please login to write comment.