Color Hex Logo

#a2eaac Color Hex

#A2EAAC
(162,234,172)
0 Favorites   0 Comments

Color spaces of #a2eaac

RGB 162234172
HSL0.360.630.78
HSV128°31°92°
CMYK 0.310.000.26   0.08
XYZ51.769569.505649.7171
Yxy69.50560.30280.4065
Hunter Lab83.3700-35.056123.0019
CIE-Lab86.7538-34.570723.1530

#a2eaac color RGB value is (162,234,172).

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

The process color (four color CMYK) of #a2eaac color hex is 0.31, 0.00, 0.26, 0.08. Web safe color of #a2eaac is #99ff99. Color #a2eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 10101100
Octal 242 352 254
Decimal 162 234 172
Hex A2 EA AC

RGB Percentages of Color #a2eaac

%28.52
%41.20
%30.28

CMYK Percentages of Color #a2eaac

%31
%0
%26
%8

Triadic Colors of #a2eaac

#a2eaac #aca2ea #eaaca2

Analogous Colors of #a2eaac

#a2eaac #a2ead0 #bceaa2

Monochromatic Colors of #a2eaac

#a2eaac

Complementary Color

#a2eaac #eaa2e0

#a2eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eaac Color CSS Codes

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

#a2eaac Text Font Color

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

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


#a2eaac Background Color

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

This div background color is #a2eaac


#a2eaac Border Color

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

This div border color is #a2eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eaac


Comments

No comments written yet.

Please login to write comment.