Color spaces of #ace164
RGB | 172 | 225 | 100 |
---|---|---|---|
HSL | 0.24 | 0.68 | 0.64 |
HSV | 85° | 56° | 88° |
CMYK | 0.24 | 0.00 | 0.56 0.12 |
XYZ | 46.2387 | 63.5412 | 21.8842 |
Yxy | 63.5412 | 0.3512 | 0.4826 |
Hunter Lab | 79.7127 | -35.9554 | 39.5215 |
CIE-Lab | 83.7263 | -36.6136 | 54.7889 |
#ace164 color RGB value is (172,225,100).
#ace164 hex color red value is 172, green value is 225 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ace164 hue: 0.24 , saturation: 0.68 and the lightness value of ace164 is 0.64.
The process color (four color CMYK) of #ace164 color hex is 0.24, 0.00, 0.56, 0.12. Web safe color of #ace164 is #99cc66. Color #ace164 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11100001 | 01100100 |
Octal | 254 | 341 | 144 |
Decimal | 172 | 225 | 100 |
Hex | AC | E1 | 64 |
Shades of #ace164
Tints of #ace164
RGB Percentages of Color #ace164
CMYK Percentages of Color #ace164
Complementary Color
#ace164 | #9964e1 |
#ace164 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ace164 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ace164 Color CSS Codes
.mybgcolor {background-color:#ace164; } .myforecolor {color:#ace164; } .mybordercolor {border:3px solid #ace164; }
#ace164 Text Font Color
<p style="color:#ace164">Text here</p>
This sample text font color is #ace164
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.
#ace164 Background Color
<div style="background-color:#ace164">
Div content here</div>
This div background color is #ace164
#ace164 Border Color
<div style="border:3px solid #ace164">
Div here</div>
This div border color is #ace164
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,225,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ace164; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ace164; -webkit-box-shadow: 1px 1px 3px 2px #ace164; box-shadow: 1px 1px 3px 2px #ace164; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,225,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ace164">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ace164; -webkit-box-shadow: 1px 1px 3px 2px #ace164; box-shadow: 1px 1px 3px 2px #ace164;">
Div content here</div>
This div box has shadow with color #ace164
Comments
No comments written yet.
Please login to write comment.