Color spaces of #aaf28d
RGB | 170 | 242 | 141 |
---|---|---|---|
HSL | 0.29 | 0.80 | 0.75 |
HSV | 103° | 42° | 95° |
CMYK | 0.30 | 0.00 | 0.42 0.05 |
XYZ | 53.1374 | 73.9734 | 36.6770 |
Yxy | 73.9734 | 0.3244 | 0.4516 |
Hunter Lab | 86.0078 | -40.2326 | 34.9219 |
CIE-Lab | 88.9099 | -40.2990 | 41.7212 |
#aaf28d color RGB value is (170,242,141).
#aaf28d hex color red value is 170, green value is 242 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aaf28d hue: 0.29 , saturation: 0.80 and the lightness value of aaf28d is 0.75.
The process color (four color CMYK) of #aaf28d color hex is 0.30, 0.00, 0.42, 0.05. Web safe color of #aaf28d is #99ff99. Color #aaf28d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110010 | 10001101 |
Octal | 252 | 362 | 215 |
Decimal | 170 | 242 | 141 |
Hex | AA | F2 | 8D |
Shades of #aaf28d
Tints of #aaf28d
RGB Percentages of Color #aaf28d
CMYK Percentages of Color #aaf28d
Complementary Color
#aaf28d | #d58df2 |
#aaf28d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf28d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf28d Color CSS Codes
.mybgcolor {background-color:#aaf28d; } .myforecolor {color:#aaf28d; } .mybordercolor {border:3px solid #aaf28d; }
#aaf28d Text Font Color
<p style="color:#aaf28d">Text here</p>
This sample text font color is #aaf28d
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.
#aaf28d Background Color
<div style="background-color:#aaf28d">
Div content here</div>
This div background color is #aaf28d
#aaf28d Border Color
<div style="border:3px solid #aaf28d">
Div here</div>
This div border color is #aaf28d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,242,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf28d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf28d; -webkit-box-shadow: 1px 1px 3px 2px #aaf28d; box-shadow: 1px 1px 3px 2px #aaf28d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,242,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf28d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf28d; -webkit-box-shadow: 1px 1px 3px 2px #aaf28d; box-shadow: 1px 1px 3px 2px #aaf28d;">
Div content here</div>
This div box has shadow with color #aaf28d
#aaf28d Color Palettes
Comments
No comments written yet.
Please login to write comment.