Color spaces of #aaffb1
RGB | 170 | 255 | 177 |
---|---|---|---|
HSL | 0.35 | 1.00 | 0.83 |
HSV | 125° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.31 0.00 |
XYZ | 60.2734 | 83.2404 | 54.4852 |
Yxy | 83.2404 | 0.3044 | 0.4204 |
Hunter Lab | 91.2362 | -41.7408 | 28.4580 |
CIE-Lab | 93.1196 | -40.7745 | 29.3546 |
#aaffb1 color RGB value is (170,255,177).
#aaffb1 hex color red value is 170, green value is 255 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #aaffb1 hue: 0.35 , saturation: 1.00 and the lightness value of aaffb1 is 0.83.
The process color (four color CMYK) of #aaffb1 color hex is 0.33, 0.00, 0.31, 0.00. Web safe color of #aaffb1 is #99ff99. Color #aaffb1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111111 | 10110001 |
Octal | 252 | 377 | 261 |
Decimal | 170 | 255 | 177 |
Hex | AA | FF | B1 |
Shades of #aaffb1
Tints of #aaffb1
RGB Percentages of Color #aaffb1
CMYK Percentages of Color #aaffb1
Complementary Color
#aaffb1 | #ffaaf8 |
#aaffb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaffb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaffb1 Color CSS Codes
.mybgcolor {background-color:#aaffb1; } .myforecolor {color:#aaffb1; } .mybordercolor {border:3px solid #aaffb1; }
#aaffb1 Text Font Color
<p style="color:#aaffb1">Text here</p>
This sample text font color is #aaffb1
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.
#aaffb1 Background Color
<div style="background-color:#aaffb1">
Div content here</div>
This div background color is #aaffb1
#aaffb1 Border Color
<div style="border:3px solid #aaffb1">
Div here</div>
This div border color is #aaffb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,255,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaffb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaffb1; -webkit-box-shadow: 1px 1px 3px 2px #aaffb1; box-shadow: 1px 1px 3px 2px #aaffb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,255,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaffb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaffb1; -webkit-box-shadow: 1px 1px 3px 2px #aaffb1; box-shadow: 1px 1px 3px 2px #aaffb1;">
Div content here</div>
This div box has shadow with color #aaffb1
#aaffb1 Color Palettes
Comments
No comments written yet.
Please login to write comment.