Color spaces of #aafed9
RGB | 170 | 254 | 217 |
---|---|---|---|
HSL | 0.43 | 0.98 | 0.83 |
HSV | 154° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.15 0.00 |
XYZ | 64.5438 | 84.4394 | 78.5423 |
Yxy | 84.4394 | 0.2837 | 0.3711 |
Hunter Lab | 91.8909 | -35.4314 | 13.6465 |
CIE-Lab | 93.6410 | -33.1076 | 9.6684 |
#aafed9 color RGB value is (170,254,217).
#aafed9 hex color red value is 170, green value is 254 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aafed9 hue: 0.43 , saturation: 0.98 and the lightness value of aafed9 is 0.83.
The process color (four color CMYK) of #aafed9 color hex is 0.33, 0.00, 0.15, 0.00. Web safe color of #aafed9 is #99ffcc. Color #aafed9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111110 | 11011001 |
Octal | 252 | 376 | 331 |
Decimal | 170 | 254 | 217 |
Hex | AA | FE | D9 |
Shades of #aafed9
Tints of #aafed9
RGB Percentages of Color #aafed9
CMYK Percentages of Color #aafed9
Complementary Color
#aafed9 | #feaacf |
#aafed9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafed9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafed9 Color CSS Codes
.mybgcolor {background-color:#aafed9; } .myforecolor {color:#aafed9; } .mybordercolor {border:3px solid #aafed9; }
#aafed9 Text Font Color
<p style="color:#aafed9">Text here</p>
This sample text font color is #aafed9
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.
#aafed9 Background Color
<div style="background-color:#aafed9">
Div content here</div>
This div background color is #aafed9
#aafed9 Border Color
<div style="border:3px solid #aafed9">
Div here</div>
This div border color is #aafed9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,254,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafed9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafed9; -webkit-box-shadow: 1px 1px 3px 2px #aafed9; box-shadow: 1px 1px 3px 2px #aafed9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,254,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafed9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafed9; -webkit-box-shadow: 1px 1px 3px 2px #aafed9; box-shadow: 1px 1px 3px 2px #aafed9;">
Div content here</div>
This div box has shadow with color #aafed9
Comments
No comments written yet.
Please login to write comment.