Color spaces of #aafca6
RGB | 170 | 252 | 166 |
---|---|---|---|
HSL | 0.33 | 0.93 | 0.82 |
HSV | 117° | 34° | 99° |
CMYK | 0.33 | 0.00 | 0.34 0.01 |
XYZ | 58.2709 | 80.9200 | 48.6243 |
Yxy | 80.9200 | 0.3103 | 0.4308 |
Hunter Lab | 89.9555 | -41.7945 | 30.9204 |
CIE-Lab | 92.0961 | -41.1738 | 33.5006 |
#aafca6 color RGB value is (170,252,166).
#aafca6 hex color red value is 170, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #aafca6 hue: 0.33 , saturation: 0.93 and the lightness value of aafca6 is 0.82.
The process color (four color CMYK) of #aafca6 color hex is 0.33, 0.00, 0.34, 0.01. Web safe color of #aafca6 is #99ff99. Color #aafca6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111100 | 10100110 |
Octal | 252 | 374 | 246 |
Decimal | 170 | 252 | 166 |
Hex | AA | FC | A6 |
Shades of #aafca6
Tints of #aafca6
RGB Percentages of Color #aafca6
CMYK Percentages of Color #aafca6
Complementary Color
#aafca6 | #f8a6fc |
#aafca6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafca6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafca6 Color CSS Codes
.mybgcolor {background-color:#aafca6; } .myforecolor {color:#aafca6; } .mybordercolor {border:3px solid #aafca6; }
#aafca6 Text Font Color
<p style="color:#aafca6">Text here</p>
This sample text font color is #aafca6
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.
#aafca6 Background Color
<div style="background-color:#aafca6">
Div content here</div>
This div background color is #aafca6
#aafca6 Border Color
<div style="border:3px solid #aafca6">
Div here</div>
This div border color is #aafca6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,252,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafca6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafca6; -webkit-box-shadow: 1px 1px 3px 2px #aafca6; box-shadow: 1px 1px 3px 2px #aafca6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,252,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafca6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafca6; -webkit-box-shadow: 1px 1px 3px 2px #aafca6; box-shadow: 1px 1px 3px 2px #aafca6;">
Div content here</div>
This div box has shadow with color #aafca6
Comments
No comments written yet.
Please login to write comment.