Color spaces of #aeed60
RGB | 174 | 237 | 96 |
---|---|---|---|
HSL | 0.24 | 0.80 | 0.65 |
HSV | 87° | 59° | 93° |
CMYK | 0.27 | 0.00 | 0.59 0.07 |
XYZ | 49.8511 | 70.4116 | 22.0297 |
Yxy | 70.4116 | 0.3503 | 0.4948 |
Hunter Lab | 83.9116 | -40.8002 | 43.1725 |
CIE-Lab | 87.1983 | -41.5942 | 60.5161 |
#aeed60 color RGB value is (174,237,96).
#aeed60 hex color red value is 174, green value is 237 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aeed60 hue: 0.24 , saturation: 0.80 and the lightness value of aeed60 is 0.65.
The process color (four color CMYK) of #aeed60 color hex is 0.27, 0.00, 0.59, 0.07. Web safe color of #aeed60 is #99ff66. Color #aeed60 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101101 | 01100000 |
Octal | 256 | 355 | 140 |
Decimal | 174 | 237 | 96 |
Hex | AE | ED | 60 |
Shades of #aeed60
Tints of #aeed60
RGB Percentages of Color #aeed60
CMYK Percentages of Color #aeed60
Complementary Color
#aeed60 | #9f60ed |
#aeed60 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeed60 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeed60 Color CSS Codes
.mybgcolor {background-color:#aeed60; } .myforecolor {color:#aeed60; } .mybordercolor {border:3px solid #aeed60; }
#aeed60 Text Font Color
<p style="color:#aeed60">Text here</p>
This sample text font color is #aeed60
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.
#aeed60 Background Color
<div style="background-color:#aeed60">
Div content here</div>
This div background color is #aeed60
#aeed60 Border Color
<div style="border:3px solid #aeed60">
Div here</div>
This div border color is #aeed60
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,237,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeed60; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeed60; -webkit-box-shadow: 1px 1px 3px 2px #aeed60; box-shadow: 1px 1px 3px 2px #aeed60; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,237,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeed60">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeed60; -webkit-box-shadow: 1px 1px 3px 2px #aeed60; box-shadow: 1px 1px 3px 2px #aeed60;">
Div content here</div>
This div box has shadow with color #aeed60
Comments
No comments written yet.
Please login to write comment.