Color Hex Logo

#a2e0a7 Color Hex

#A2E0A7
(162,224,167)
0 Favorites   0 Comments

Color spaces of #a2e0a7

RGB 162224167
HSL0.350.500.76
HSV125°28°88°
CMYK 0.280.000.25   0.12
XYZ48.531063.782746.3127
Yxy63.78270.30590.4021
Hunter Lab79.8641-31.293021.5229
CIE-Lab83.8525-30.763621.7495

#a2e0a7 color RGB value is (162,224,167).

#a2e0a7 hex color red value is 162, green value is 224 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #a2e0a7 hue: 0.35 , saturation: 0.50 and the lightness value of a2e0a7 is 0.76.

The process color (four color CMYK) of #a2e0a7 color hex is 0.28, 0.00, 0.25, 0.12. Web safe color of #a2e0a7 is #99cc99. Color #a2e0a7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100000 10100111
Octal 242 340 247
Decimal 162 224 167
Hex A2 E0 A7

RGB Percentages of Color #a2e0a7

%29.29
%40.51
%30.20

CMYK Percentages of Color #a2e0a7

%28
%0
%25
%12

Triadic Colors of #a2e0a7

#a2e0a7 #a7a2e0 #e0a7a2

Analogous Colors of #a2e0a7

#a2e0a7 #a2e0c6 #bce0a2

Monochromatic Colors of #a2e0a7

#a2e0a7

Complementary Color

#a2e0a7 #e0a2db

#a2e0a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e0a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e0a7 Color CSS Codes

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

#a2e0a7 Text Font Color

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

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


#a2e0a7 Background Color

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

This div background color is #a2e0a7


#a2e0a7 Border Color

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

This div border color is #a2e0a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e0a7


Comments

No comments written yet.

Please login to write comment.