Color spaces of #aaf38a
RGB | 170 | 243 | 138 |
---|---|---|---|
HSL | 0.28 | 0.81 | 0.75 |
HSV | 102° | 43° | 95° |
CMYK | 0.30 | 0.00 | 0.43 0.05 |
XYZ | 53.2156 | 74.4822 | 35.6165 |
Yxy | 74.4822 | 0.3258 | 0.4561 |
Hunter Lab | 86.3031 | -40.9649 | 35.9437 |
CIE-Lab | 89.1499 | -41.1314 | 43.4894 |
#aaf38a color RGB value is (170,243,138).
#aaf38a hex color red value is 170, green value is 243 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aaf38a hue: 0.28 , saturation: 0.81 and the lightness value of aaf38a is 0.75.
The process color (four color CMYK) of #aaf38a color hex is 0.30, 0.00, 0.43, 0.05. Web safe color of #aaf38a is #99ff99. Color #aaf38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110011 | 10001010 |
Octal | 252 | 363 | 212 |
Decimal | 170 | 243 | 138 |
Hex | AA | F3 | 8A |
Shades of #aaf38a
Tints of #aaf38a
RGB Percentages of Color #aaf38a
CMYK Percentages of Color #aaf38a
Complementary Color
#aaf38a | #d38af3 |
#aaf38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf38a Color CSS Codes
.mybgcolor {background-color:#aaf38a; } .myforecolor {color:#aaf38a; } .mybordercolor {border:3px solid #aaf38a; }
#aaf38a Text Font Color
<p style="color:#aaf38a">Text here</p>
This sample text font color is #aaf38a
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.
#aaf38a Background Color
<div style="background-color:#aaf38a">
Div content here</div>
This div background color is #aaf38a
#aaf38a Border Color
<div style="border:3px solid #aaf38a">
Div here</div>
This div border color is #aaf38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,243,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf38a; -webkit-box-shadow: 1px 1px 3px 2px #aaf38a; box-shadow: 1px 1px 3px 2px #aaf38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,243,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 #aaf38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf38a; -webkit-box-shadow: 1px 1px 3px 2px #aaf38a; box-shadow: 1px 1px 3px 2px #aaf38a;">
Div content here</div>
This div box has shadow with color #aaf38a
Comments
No comments written yet.
Please login to write comment.