Color spaces of #aaffb9
RGB | 170 | 255 | 185 |
---|---|---|---|
HSL | 0.36 | 1.00 | 0.83 |
HSV | 131° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.27 0.00 |
XYZ | 61.0945 | 83.5688 | 58.8093 |
Yxy | 83.5688 | 0.3003 | 0.4107 |
Hunter Lab | 91.4160 | -40.6840 | 25.8490 |
CIE-Lab | 93.2629 | -39.4504 | 25.5077 |
#aaffb9 color RGB value is (170,255,185).
#aaffb9 hex color red value is 170, green value is 255 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aaffb9 hue: 0.36 , saturation: 1.00 and the lightness value of aaffb9 is 0.83.
The process color (four color CMYK) of #aaffb9 color hex is 0.33, 0.00, 0.27, 0.00. Web safe color of #aaffb9 is #99ffcc. Color #aaffb9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111111 | 10111001 |
Octal | 252 | 377 | 271 |
Decimal | 170 | 255 | 185 |
Hex | AA | FF | B9 |
Shades of #aaffb9
Tints of #aaffb9
RGB Percentages of Color #aaffb9
CMYK Percentages of Color #aaffb9
Complementary Color
#aaffb9 | #ffaaf0 |
#aaffb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaffb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaffb9 Color CSS Codes
.mybgcolor {background-color:#aaffb9; } .myforecolor {color:#aaffb9; } .mybordercolor {border:3px solid #aaffb9; }
#aaffb9 Text Font Color
<p style="color:#aaffb9">Text here</p>
This sample text font color is #aaffb9
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.
#aaffb9 Background Color
<div style="background-color:#aaffb9">
Div content here</div>
This div background color is #aaffb9
#aaffb9 Border Color
<div style="border:3px solid #aaffb9">
Div here</div>
This div border color is #aaffb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,255,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaffb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaffb9; -webkit-box-shadow: 1px 1px 3px 2px #aaffb9; box-shadow: 1px 1px 3px 2px #aaffb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,255,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaffb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaffb9; -webkit-box-shadow: 1px 1px 3px 2px #aaffb9; box-shadow: 1px 1px 3px 2px #aaffb9;">
Div content here</div>
This div box has shadow with color #aaffb9
Comments
No comments written yet.
Please login to write comment.