Color spaces of #aafb9d
RGB | 170 | 251 | 157 |
---|---|---|---|
HSL | 0.31 | 0.92 | 0.80 |
HSV | 112° | 37° | 98° |
CMYK | 0.32 | 0.00 | 0.37 0.02 |
XYZ | 57.1605 | 79.9747 | 44.3223 |
Yxy | 79.9747 | 0.3150 | 0.4407 |
Hunter Lab | 89.4286 | -42.4073 | 33.2149 |
CIE-Lab | 91.6735 | -42.0678 | 37.4204 |
#aafb9d color RGB value is (170,251,157).
#aafb9d hex color red value is 170, green value is 251 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aafb9d hue: 0.31 , saturation: 0.92 and the lightness value of aafb9d is 0.80.
The process color (four color CMYK) of #aafb9d color hex is 0.32, 0.00, 0.37, 0.02. Web safe color of #aafb9d is #99ff99. Color #aafb9d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111011 | 10011101 |
Octal | 252 | 373 | 235 |
Decimal | 170 | 251 | 157 |
Hex | AA | FB | 9D |
Shades of #aafb9d
Tints of #aafb9d
RGB Percentages of Color #aafb9d
CMYK Percentages of Color #aafb9d
Complementary Color
#aafb9d | #ee9dfb |
#aafb9d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafb9d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafb9d Color CSS Codes
.mybgcolor {background-color:#aafb9d; } .myforecolor {color:#aafb9d; } .mybordercolor {border:3px solid #aafb9d; }
#aafb9d Text Font Color
<p style="color:#aafb9d">Text here</p>
This sample text font color is #aafb9d
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.
#aafb9d Background Color
<div style="background-color:#aafb9d">
Div content here</div>
This div background color is #aafb9d
#aafb9d Border Color
<div style="border:3px solid #aafb9d">
Div here</div>
This div border color is #aafb9d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,251,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafb9d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafb9d; -webkit-box-shadow: 1px 1px 3px 2px #aafb9d; box-shadow: 1px 1px 3px 2px #aafb9d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,251,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafb9d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafb9d; -webkit-box-shadow: 1px 1px 3px 2px #aafb9d; box-shadow: 1px 1px 3px 2px #aafb9d;">
Div content here</div>
This div box has shadow with color #aafb9d
Comments
No comments written yet.
Please login to write comment.