Color spaces of #acce69
RGB | 172 | 206 | 105 |
---|---|---|---|
HSL | 0.22 | 0.51 | 0.61 |
HSV | 80° | 49° | 81° |
CMYK | 0.17 | 0.00 | 0.49 0.19 |
XYZ | 41.6344 | 53.9332 | 21.5804 |
Yxy | 53.9332 | 0.3554 | 0.4604 |
Hunter Lab | 73.4392 | -27.3229 | 33.9849 |
CIE-Lab | 78.4228 | -27.2649 | 46.1895 |
#acce69 color RGB value is (172,206,105).
#acce69 hex color red value is 172, green value is 206 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acce69 hue: 0.22 , saturation: 0.51 and the lightness value of acce69 is 0.61.
The process color (four color CMYK) of #acce69 color hex is 0.17, 0.00, 0.49, 0.19. Web safe color of #acce69 is #99cc66. Color #acce69 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001110 | 01101001 |
Octal | 254 | 316 | 151 |
Decimal | 172 | 206 | 105 |
Hex | AC | CE | 69 |
Shades of #acce69
Tints of #acce69
RGB Percentages of Color #acce69
CMYK Percentages of Color #acce69
Complementary Color
#acce69 | #8b69ce |
#acce69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acce69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acce69 Color CSS Codes
.mybgcolor {background-color:#acce69; } .myforecolor {color:#acce69; } .mybordercolor {border:3px solid #acce69; }
#acce69 Text Font Color
<p style="color:#acce69">Text here</p>
This sample text font color is #acce69
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.
#acce69 Background Color
<div style="background-color:#acce69">
Div content here</div>
This div background color is #acce69
#acce69 Border Color
<div style="border:3px solid #acce69">
Div here</div>
This div border color is #acce69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,206,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acce69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acce69; -webkit-box-shadow: 1px 1px 3px 2px #acce69; box-shadow: 1px 1px 3px 2px #acce69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,206,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acce69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acce69; -webkit-box-shadow: 1px 1px 3px 2px #acce69; box-shadow: 1px 1px 3px 2px #acce69;">
Div content here</div>
This div box has shadow with color #acce69
Comments
No comments written yet.
Please login to write comment.