Color spaces of #a1eaab
RGB | 161 | 234 | 171 |
---|---|---|---|
HSL | 0.36 | 0.63 | 0.77 |
HSV | 128° | 31° | 92° |
CMYK | 0.31 | 0.00 | 0.27 0.08 |
XYZ | 51.4714 | 69.3630 | 49.2036 |
Yxy | 69.3630 | 0.3027 | 0.4079 |
Hunter Lab | 83.2845 | -35.4313 | 23.2712 |
CIE-Lab | 86.6835 | -35.0528 | 23.5639 |
#a1eaab color RGB value is (161,234,171).
#a1eaab hex color red value is 161, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a1eaab hue: 0.36 , saturation: 0.63 and the lightness value of a1eaab is 0.77.
The process color (four color CMYK) of #a1eaab color hex is 0.31, 0.00, 0.27, 0.08. Web safe color of #a1eaab is #99ff99. Color #a1eaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 11101010 | 10101011 |
Octal | 241 | 352 | 253 |
Decimal | 161 | 234 | 171 |
Hex | A1 | EA | AB |
Shades of #a1eaab
Tints of #a1eaab
RGB Percentages of Color #a1eaab
CMYK Percentages of Color #a1eaab
Complementary Color
#a1eaab | #eaa1e0 |
#a1eaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1eaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1eaab Color CSS Codes
.mybgcolor {background-color:#a1eaab; } .myforecolor {color:#a1eaab; } .mybordercolor {border:3px solid #a1eaab; }
#a1eaab Text Font Color
<p style="color:#a1eaab">Text here</p>
This sample text font color is #a1eaab
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.
#a1eaab Background Color
<div style="background-color:#a1eaab">
Div content here</div>
This div background color is #a1eaab
#a1eaab Border Color
<div style="border:3px solid #a1eaab">
Div here</div>
This div border color is #a1eaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,234,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1eaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1eaab; -webkit-box-shadow: 1px 1px 3px 2px #a1eaab; box-shadow: 1px 1px 3px 2px #a1eaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,234,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a1eaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1eaab; -webkit-box-shadow: 1px 1px 3px 2px #a1eaab; box-shadow: 1px 1px 3px 2px #a1eaab;">
Div content here</div>
This div box has shadow with color #a1eaab
Comments
No comments written yet.
Please login to write comment.