Color Hex Logo

#a2eaba Color Hex

#A2EABA
(162,234,186)
0 Favorites   0 Comments

Color spaces of #a2eaba

RGB 162234186
HSL0.390.630.78
HSV140°31°92°
CMYK 0.310.000.21   0.08
XYZ53.186070.072257.1765
Yxy70.07220.29480.3884
Hunter Lab83.7091-33.078018.0991
CIE-Lab87.0323-32.080116.2868

#a2eaba color RGB value is (162,234,186).

#a2eaba hex color red value is 162, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a2eaba hue: 0.39 , saturation: 0.63 and the lightness value of a2eaba is 0.78.

The process color (four color CMYK) of #a2eaba color hex is 0.31, 0.00, 0.21, 0.08. Web safe color of #a2eaba is #99ffcc. Color #a2eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 10111010
Octal 242 352 272
Decimal 162 234 186
Hex A2 EA BA

RGB Percentages of Color #a2eaba

%27.84
%40.21
%31.96

CMYK Percentages of Color #a2eaba

%31
%0
%21
%8

Triadic Colors of #a2eaba

#a2eaba #baa2ea #eabaa2

Analogous Colors of #a2eaba

#a2eaba #a2eade #aeeaa2

Monochromatic Colors of #a2eaba

#a2eaba

Complementary Color

#a2eaba #eaa2d2

#a2eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eaba Color CSS Codes

.mybgcolor {background-color:#a2eaba; } 
.myforecolor {color:#a2eaba; }
.mybordercolor {border:3px solid #a2eaba; }

#a2eaba Text Font Color

<p style="color:#a2eaba">Text here</p>

This sample text font color is #a2eaba
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.


#a2eaba Background Color

<div style="background-color:#a2eaba">
Div content here</div>

This div background color is #a2eaba


#a2eaba Border Color

<div style="border:3px solid #a2eaba">
Div here</div>

This div border color is #a2eaba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,234,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2eaba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2eaba;
  -webkit-box-shadow: 1px 1px 3px 2px #a2eaba;
  box-shadow:         1px 1px 3px 2px #a2eaba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,234,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2eaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a2eaba;
  -webkit-box-shadow: 1px 1px 3px 2px #a2eaba;
  box-shadow:         1px 1px 3px 2px #a2eaba;">
Div content here</div>

This div box has shadow with color #a2eaba


Comments

No comments written yet.

Please login to write comment.