Color spaces of #aaea97
RGB | 170 | 234 | 151 |
---|---|---|---|
HSL | 0.30 | 0.66 | 0.75 |
HSV | 106° | 35° | 92° |
CMYK | 0.27 | 0.00 | 0.35 0.08 |
XYZ | 51.5863 | 69.6261 | 39.9984 |
Yxy | 69.6261 | 0.3200 | 0.4319 |
Hunter Lab | 83.4423 | -35.6703 | 29.9887 |
CIE-Lab | 86.8132 | -35.3087 | 34.0263 |
#aaea97 color RGB value is (170,234,151).
#aaea97 hex color red value is 170, green value is 234 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aaea97 hue: 0.30 , saturation: 0.66 and the lightness value of aaea97 is 0.75.
The process color (four color CMYK) of #aaea97 color hex is 0.27, 0.00, 0.35, 0.08. Web safe color of #aaea97 is #99ff99. Color #aaea97 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101010 | 10010111 |
Octal | 252 | 352 | 227 |
Decimal | 170 | 234 | 151 |
Hex | AA | EA | 97 |
Shades of #aaea97
Tints of #aaea97
RGB Percentages of Color #aaea97
CMYK Percentages of Color #aaea97
Complementary Color
#aaea97 | #d797ea |
#aaea97 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaea97 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaea97 Color CSS Codes
.mybgcolor {background-color:#aaea97; } .myforecolor {color:#aaea97; } .mybordercolor {border:3px solid #aaea97; }
#aaea97 Text Font Color
<p style="color:#aaea97">Text here</p>
This sample text font color is #aaea97
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.
#aaea97 Background Color
<div style="background-color:#aaea97">
Div content here</div>
This div background color is #aaea97
#aaea97 Border Color
<div style="border:3px solid #aaea97">
Div here</div>
This div border color is #aaea97
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,234,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaea97; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaea97; -webkit-box-shadow: 1px 1px 3px 2px #aaea97; box-shadow: 1px 1px 3px 2px #aaea97; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,234,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaea97">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaea97; -webkit-box-shadow: 1px 1px 3px 2px #aaea97; box-shadow: 1px 1px 3px 2px #aaea97;">
Div content here</div>
This div box has shadow with color #aaea97
Comments
No comments written yet.
Please login to write comment.