Color spaces of #aae144
RGB | 170 | 225 | 68 |
---|---|---|---|
HSL | 0.23 | 0.72 | 0.57 |
HSV | 81° | 70° | 88° |
CMYK | 0.24 | 0.00 | 0.70 0.12 |
XYZ | 44.5462 | 62.8138 | 15.2453 |
Yxy | 62.8138 | 0.3633 | 0.5123 |
Hunter Lab | 79.2552 | -38.3687 | 44.0738 |
CIE-Lab | 83.3443 | -39.8248 | 67.4296 |
#aae144 color RGB value is (170,225,68).
#aae144 hex color red value is 170, green value is 225 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aae144 hue: 0.23 , saturation: 0.72 and the lightness value of aae144 is 0.57.
The process color (four color CMYK) of #aae144 color hex is 0.24, 0.00, 0.70, 0.12. Web safe color of #aae144 is #99cc33. Color #aae144 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11100001 | 01000100 |
Octal | 252 | 341 | 104 |
Decimal | 170 | 225 | 68 |
Hex | AA | E1 | 44 |
Shades of #aae144
Tints of #aae144
RGB Percentages of Color #aae144
CMYK Percentages of Color #aae144
Complementary Color
#aae144 | #7b44e1 |
#aae144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae144 Color CSS Codes
.mybgcolor {background-color:#aae144; } .myforecolor {color:#aae144; } .mybordercolor {border:3px solid #aae144; }
#aae144 Text Font Color
<p style="color:#aae144">Text here</p>
This sample text font color is #aae144
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.
#aae144 Background Color
<div style="background-color:#aae144">
Div content here</div>
This div background color is #aae144
#aae144 Border Color
<div style="border:3px solid #aae144">
Div here</div>
This div border color is #aae144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,225,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae144; -webkit-box-shadow: 1px 1px 3px 2px #aae144; box-shadow: 1px 1px 3px 2px #aae144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,225,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aae144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae144; -webkit-box-shadow: 1px 1px 3px 2px #aae144; box-shadow: 1px 1px 3px 2px #aae144;">
Div content here</div>
This div box has shadow with color #aae144
Comments
No comments written yet.
Please login to write comment.