Color spaces of #aec66a
RGB | 174 | 198 | 106 |
---|---|---|---|
HSL | 0.21 | 0.45 | 0.60 |
HSV | 76° | 46° | 78° |
CMYK | 0.12 | 0.00 | 0.46 0.22 |
XYZ | 40.2512 | 50.4274 | 21.2477 |
Yxy | 50.4274 | 0.3596 | 0.4505 |
Hunter Lab | 71.0123 | -23.0940 | 31.9683 |
CIE-Lab | 76.3309 | -22.5007 | 43.1851 |
#aec66a color RGB value is (174,198,106).
#aec66a hex color red value is 174, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aec66a hue: 0.21 , saturation: 0.45 and the lightness value of aec66a is 0.60.
The process color (four color CMYK) of #aec66a color hex is 0.12, 0.00, 0.46, 0.22. Web safe color of #aec66a is #99cc66. Color #aec66a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11000110 | 01101010 |
Octal | 256 | 306 | 152 |
Decimal | 174 | 198 | 106 |
Hex | AE | C6 | 6A |
Shades of #aec66a
Tints of #aec66a
RGB Percentages of Color #aec66a
CMYK Percentages of Color #aec66a
Complementary Color
#aec66a | #826ac6 |
#aec66a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aec66a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aec66a Color CSS Codes
.mybgcolor {background-color:#aec66a; } .myforecolor {color:#aec66a; } .mybordercolor {border:3px solid #aec66a; }
#aec66a Text Font Color
<p style="color:#aec66a">Text here</p>
This sample text font color is #aec66a
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.
#aec66a Background Color
<div style="background-color:#aec66a">
Div content here</div>
This div background color is #aec66a
#aec66a Border Color
<div style="border:3px solid #aec66a">
Div here</div>
This div border color is #aec66a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,198,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aec66a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aec66a; -webkit-box-shadow: 1px 1px 3px 2px #aec66a; box-shadow: 1px 1px 3px 2px #aec66a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,198,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aec66a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aec66a; -webkit-box-shadow: 1px 1px 3px 2px #aec66a; box-shadow: 1px 1px 3px 2px #aec66a;">
Div content here</div>
This div box has shadow with color #aec66a
Comments
No comments written yet.
Please login to write comment.