Color spaces of #a2deab
RGB | 162 | 222 | 171 |
---|---|---|---|
HSL | 0.36 | 0.48 | 0.75 |
HSV | 129° | 27° | 87° |
CMYK | 0.27 | 0.00 | 0.23 0.13 |
XYZ | 48.3723 | 62.8642 | 48.1126 |
Yxy | 62.8642 | 0.3036 | 0.3945 |
Hunter Lab | 79.2869 | -29.8508 | 19.5227 |
CIE-Lab | 83.3709 | -29.1237 | 18.9953 |
#a2deab color RGB value is (162,222,171).
#a2deab hex color red value is 162, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a2deab hue: 0.36 , saturation: 0.48 and the lightness value of a2deab is 0.75.
The process color (four color CMYK) of #a2deab color hex is 0.27, 0.00, 0.23, 0.13. Web safe color of #a2deab is #99cc99. Color #a2deab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 11011110 | 10101011 |
Octal | 242 | 336 | 253 |
Decimal | 162 | 222 | 171 |
Hex | A2 | DE | AB |
Shades of #a2deab
Tints of #a2deab
RGB Percentages of Color #a2deab
CMYK Percentages of Color #a2deab
Complementary Color
#a2deab | #dea2d5 |
#a2deab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2deab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2deab Color CSS Codes
.mybgcolor {background-color:#a2deab; } .myforecolor {color:#a2deab; } .mybordercolor {border:3px solid #a2deab; }
#a2deab Text Font Color
<p style="color:#a2deab">Text here</p>
This sample text font color is #a2deab
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.
#a2deab Background Color
<div style="background-color:#a2deab">
Div content here</div>
This div background color is #a2deab
#a2deab Border Color
<div style="border:3px solid #a2deab">
Div here</div>
This div border color is #a2deab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,222,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2deab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2deab; -webkit-box-shadow: 1px 1px 3px 2px #a2deab; box-shadow: 1px 1px 3px 2px #a2deab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,222,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 #a2deab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2deab; -webkit-box-shadow: 1px 1px 3px 2px #a2deab; box-shadow: 1px 1px 3px 2px #a2deab;">
Div content here</div>
This div box has shadow with color #a2deab
Comments
No comments written yet.
Please login to write comment.