Color spaces of #a2eacc
RGB | 162 | 234 | 204 |
---|---|---|---|
HSL | 0.43 | 0.63 | 0.78 |
HSV | 155° | 31° | 92° |
CMYK | 0.31 | 0.00 | 0.13 0.08 |
XYZ | 55.2222 | 70.8867 | 67.8987 |
Yxy | 70.8867 | 0.2846 | 0.3654 |
Hunter Lab | 84.1942 | -30.2635 | 11.1214 |
CIE-Lab | 87.4299 | -28.6019 | 7.4583 |
#a2eacc color RGB value is (162,234,204).
#a2eacc hex color red value is 162, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a2eacc hue: 0.43 , saturation: 0.63 and the lightness value of a2eacc is 0.78.
The process color (four color CMYK) of #a2eacc color hex is 0.31, 0.00, 0.13, 0.08. Web safe color of #a2eacc is #99ffcc. Color #a2eacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 11101010 | 11001100 |
Octal | 242 | 352 | 314 |
Decimal | 162 | 234 | 204 |
Hex | A2 | EA | CC |
Shades of #a2eacc
Tints of #a2eacc
RGB Percentages of Color #a2eacc
CMYK Percentages of Color #a2eacc
Complementary Color
#a2eacc | #eaa2c0 |
#a2eacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2eacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2eacc Color CSS Codes
.mybgcolor {background-color:#a2eacc; } .myforecolor {color:#a2eacc; } .mybordercolor {border:3px solid #a2eacc; }
#a2eacc Text Font Color
<p style="color:#a2eacc">Text here</p>
This sample text font color is #a2eacc
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.
#a2eacc Background Color
<div style="background-color:#a2eacc">
Div content here</div>
This div background color is #a2eacc
#a2eacc Border Color
<div style="border:3px solid #a2eacc">
Div here</div>
This div border color is #a2eacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,234,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2eacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2eacc; -webkit-box-shadow: 1px 1px 3px 2px #a2eacc; box-shadow: 1px 1px 3px 2px #a2eacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,234,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2eacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2eacc; -webkit-box-shadow: 1px 1px 3px 2px #a2eacc; box-shadow: 1px 1px 3px 2px #a2eacc;">
Div content here</div>
This div box has shadow with color #a2eacc
Comments
No comments written yet.
Please login to write comment.