Color spaces of #a2ebbd
RGB | 162 | 235 | 189 |
---|---|---|---|
HSL | 0.39 | 0.65 | 0.78 |
HSV | 142° | 31° | 92° |
CMYK | 0.31 | 0.00 | 0.20 0.08 |
XYZ | 53.7939 | 70.7722 | 58.9693 |
Yxy | 70.7722 | 0.2931 | 0.3856 |
Hunter Lab | 84.1262 | -33.0803 | 17.3283 |
CIE-Lab | 87.3742 | -31.9902 | 15.2072 |
#a2ebbd color RGB value is (162,235,189).
#a2ebbd hex color red value is 162, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a2ebbd hue: 0.39 , saturation: 0.65 and the lightness value of a2ebbd is 0.78.
The process color (four color CMYK) of #a2ebbd color hex is 0.31, 0.00, 0.20, 0.08. Web safe color of #a2ebbd is #99ffcc. Color #a2ebbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 11101011 | 10111101 |
Octal | 242 | 353 | 275 |
Decimal | 162 | 235 | 189 |
Hex | A2 | EB | BD |
Shades of #a2ebbd
Tints of #a2ebbd
RGB Percentages of Color #a2ebbd
CMYK Percentages of Color #a2ebbd
Complementary Color
#a2ebbd | #eba2d0 |
#a2ebbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2ebbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2ebbd Color CSS Codes
.mybgcolor {background-color:#a2ebbd; } .myforecolor {color:#a2ebbd; } .mybordercolor {border:3px solid #a2ebbd; }
#a2ebbd Text Font Color
<p style="color:#a2ebbd">Text here</p>
This sample text font color is #a2ebbd
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.
#a2ebbd Background Color
<div style="background-color:#a2ebbd">
Div content here</div>
This div background color is #a2ebbd
#a2ebbd Border Color
<div style="border:3px solid #a2ebbd">
Div here</div>
This div border color is #a2ebbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,235,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2ebbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2ebbd; -webkit-box-shadow: 1px 1px 3px 2px #a2ebbd; box-shadow: 1px 1px 3px 2px #a2ebbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,235,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2ebbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2ebbd; -webkit-box-shadow: 1px 1px 3px 2px #a2ebbd; box-shadow: 1px 1px 3px 2px #a2ebbd;">
Div content here</div>
This div box has shadow with color #a2ebbd
Comments
No comments written yet.
Please login to write comment.