Color spaces of #a6faac
RGB | 166 | 250 | 172 |
---|---|---|---|
HSL | 0.35 | 0.89 | 0.82 |
HSV | 124° | 34° | 98° |
CMYK | 0.34 | 0.00 | 0.31 0.02 |
XYZ | 57.3579 | 79.4568 | 51.3433 |
Yxy | 79.4568 | 0.3048 | 0.4223 |
Hunter Lab | 89.1385 | -41.1332 | 28.2463 |
CIE-Lab | 91.4406 | -40.5785 | 29.5725 |
#a6faac color RGB value is (166,250,172).
#a6faac hex color red value is 166, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a6faac hue: 0.35 , saturation: 0.89 and the lightness value of a6faac is 0.82.
The process color (four color CMYK) of #a6faac color hex is 0.34, 0.00, 0.31, 0.02. Web safe color of #a6faac is #99ff99. Color #a6faac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 11111010 | 10101100 |
Octal | 246 | 372 | 254 |
Decimal | 166 | 250 | 172 |
Hex | A6 | FA | AC |
Shades of #a6faac
Tints of #a6faac
RGB Percentages of Color #a6faac
CMYK Percentages of Color #a6faac
Complementary Color
#a6faac | #faa6f4 |
#a6faac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6faac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6faac Color CSS Codes
.mybgcolor {background-color:#a6faac; } .myforecolor {color:#a6faac; } .mybordercolor {border:3px solid #a6faac; }
#a6faac Text Font Color
<p style="color:#a6faac">Text here</p>
This sample text font color is #a6faac
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.
#a6faac Background Color
<div style="background-color:#a6faac">
Div content here</div>
This div background color is #a6faac
#a6faac Border Color
<div style="border:3px solid #a6faac">
Div here</div>
This div border color is #a6faac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,250,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6faac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6faac; -webkit-box-shadow: 1px 1px 3px 2px #a6faac; box-shadow: 1px 1px 3px 2px #a6faac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,250,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6faac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6faac; -webkit-box-shadow: 1px 1px 3px 2px #a6faac; box-shadow: 1px 1px 3px 2px #a6faac;">
Div content here</div>
This div box has shadow with color #a6faac
Comments
No comments written yet.
Please login to write comment.