Color spaces of #aae38a
RGB | 170 | 227 | 138 |
---|---|---|---|
HSL | 0.27 | 0.61 | 0.72 |
HSV | 98° | 39° | 89° |
CMYK | 0.25 | 0.00 | 0.39 0.11 |
XYZ | 48.6341 | 65.3192 | 34.0893 |
Yxy | 65.3192 | 0.3285 | 0.4412 |
Hunter Lab | 80.8203 | -34.0221 | 31.5662 |
CIE-Lab | 84.6480 | -33.9095 | 37.7259 |
#aae38a color RGB value is (170,227,138).
#aae38a hex color red value is 170, green value is 227 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aae38a hue: 0.27 , saturation: 0.61 and the lightness value of aae38a is 0.72.
The process color (four color CMYK) of #aae38a color hex is 0.25, 0.00, 0.39, 0.11. Web safe color of #aae38a is #99cc99. Color #aae38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11100011 | 10001010 |
Octal | 252 | 343 | 212 |
Decimal | 170 | 227 | 138 |
Hex | AA | E3 | 8A |
Shades of #aae38a
Tints of #aae38a
RGB Percentages of Color #aae38a
CMYK Percentages of Color #aae38a
Complementary Color
#aae38a | #c38ae3 |
#aae38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae38a Color CSS Codes
.mybgcolor {background-color:#aae38a; } .myforecolor {color:#aae38a; } .mybordercolor {border:3px solid #aae38a; }
#aae38a Text Font Color
<p style="color:#aae38a">Text here</p>
This sample text font color is #aae38a
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.
#aae38a Background Color
<div style="background-color:#aae38a">
Div content here</div>
This div background color is #aae38a
#aae38a Border Color
<div style="border:3px solid #aae38a">
Div here</div>
This div border color is #aae38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,227,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae38a; -webkit-box-shadow: 1px 1px 3px 2px #aae38a; box-shadow: 1px 1px 3px 2px #aae38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,227,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aae38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae38a; -webkit-box-shadow: 1px 1px 3px 2px #aae38a; box-shadow: 1px 1px 3px 2px #aae38a;">
Div content here</div>
This div box has shadow with color #aae38a
Comments
No comments written yet.
Please login to write comment.