Color spaces of #aee066
RGB | 174 | 224 | 102 |
---|---|---|---|
HSL | 0.23 | 0.66 | 0.64 |
HSV | 85° | 54° | 88° |
CMYK | 0.22 | 0.00 | 0.54 0.12 |
XYZ | 46.5095 | 63.2693 | 22.3313 |
Yxy | 63.2693 | 0.3521 | 0.4789 |
Hunter Lab | 79.5420 | -34.8267 | 39.0338 |
CIE-Lab | 83.5839 | -35.2334 | 53.7508 |
#aee066 color RGB value is (174,224,102).
#aee066 hex color red value is 174, green value is 224 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aee066 hue: 0.23 , saturation: 0.66 and the lightness value of aee066 is 0.64.
The process color (four color CMYK) of #aee066 color hex is 0.22, 0.00, 0.54, 0.12. Web safe color of #aee066 is #99cc66. Color #aee066 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11100000 | 01100110 |
Octal | 256 | 340 | 146 |
Decimal | 174 | 224 | 102 |
Hex | AE | E0 | 66 |
Shades of #aee066
Tints of #aee066
RGB Percentages of Color #aee066
CMYK Percentages of Color #aee066
Complementary Color
#aee066 | #9866e0 |
#aee066 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aee066 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aee066 Color CSS Codes
.mybgcolor {background-color:#aee066; } .myforecolor {color:#aee066; } .mybordercolor {border:3px solid #aee066; }
#aee066 Text Font Color
<p style="color:#aee066">Text here</p>
This sample text font color is #aee066
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.
#aee066 Background Color
<div style="background-color:#aee066">
Div content here</div>
This div background color is #aee066
#aee066 Border Color
<div style="border:3px solid #aee066">
Div here</div>
This div border color is #aee066
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,224,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aee066; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aee066; -webkit-box-shadow: 1px 1px 3px 2px #aee066; box-shadow: 1px 1px 3px 2px #aee066; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,224,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aee066">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aee066; -webkit-box-shadow: 1px 1px 3px 2px #aee066; box-shadow: 1px 1px 3px 2px #aee066;">
Div content here</div>
This div box has shadow with color #aee066
Comments
No comments written yet.
Please login to write comment.