Color Hex Logo

#a2ee7f Color Hex

#A2EE7F
(162,238,127)
0 Favorites   0 Comments

Color spaces of #a2ee7f

RGB 162238127
HSL0.280.770.72
HSV101°47°93°
CMYK 0.320.000.47   0.07
XYZ49.305670.362831.0614
Yxy70.36280.32710.4668
Hunter Lab83.8825-41.873336.7629
CIE-Lab87.1745-42.967646.2281

#a2ee7f color RGB value is (162,238,127).

#a2ee7f hex color red value is 162, green value is 238 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a2ee7f hue: 0.28 , saturation: 0.77 and the lightness value of a2ee7f is 0.72.

The process color (four color CMYK) of #a2ee7f color hex is 0.32, 0.00, 0.47, 0.07. Web safe color of #a2ee7f is #99ff66. Color #a2ee7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 01111111
Octal 242 356 177
Decimal 162 238 127
Hex A2 EE 7F

RGB Percentages of Color #a2ee7f

%30.74
%45.16
%24.10

CMYK Percentages of Color #a2ee7f

%32
%0
%47
%7

Triadic Colors of #a2ee7f

#a2ee7f #7fa2ee #ee7fa2

Analogous Colors of #a2ee7f

#a2ee7f #7fee94 #daee7f

Monochromatic Colors of #a2ee7f

#a2ee7f

Complementary Color

#a2ee7f #cb7fee

#a2ee7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ee7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ee7f Color CSS Codes

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

#a2ee7f Text Font Color

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

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


#a2ee7f Background Color

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

This div background color is #a2ee7f


#a2ee7f Border Color

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

This div border color is #a2ee7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ee7f


Comments

No comments written yet.

Please login to write comment.