Color Hex Logo

#a2eead Color Hex

#A2EEAD
(162,238,173)
0 Favorites   0 Comments

Color spaces of #a2eead

RGB 162238173
HSL0.360.690.78
HSV129°32°93°
CMYK 0.320.000.27   0.07
XYZ53.017771.847650.6088
Yxy71.84760.30210.4094
Hunter Lab84.7630-36.686723.9342
CIE-Lab87.8952-36.234724.2056

#a2eead color RGB value is (162,238,173).

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

The process color (four color CMYK) of #a2eead color hex is 0.32, 0.00, 0.27, 0.07. Web safe color of #a2eead is #99ff99. Color #a2eead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 10101101
Octal 242 356 255
Decimal 162 238 173
Hex A2 EE AD

RGB Percentages of Color #a2eead

%28.27
%41.54
%30.19

CMYK Percentages of Color #a2eead

%32
%0
%27
%7

Triadic Colors of #a2eead

#a2eead #ada2ee #eeada2

Analogous Colors of #a2eead

#a2eead #a2eed3 #bdeea2

Monochromatic Colors of #a2eead

#a2eead

Complementary Color

#a2eead #eea2e3

#a2eead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eead Color CSS Codes

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

#a2eead Text Font Color

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

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


#a2eead Background Color

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

This div background color is #a2eead


#a2eead Border Color

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

This div border color is #a2eead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eead


Comments

No comments written yet.

Please login to write comment.