Color Hex Logo

#a2e16b Color Hex

#A2E16B
(162,225,107)
0 Favorites   0 Comments

Color spaces of #a2e16b

RGB 162225107
HSL0.260.660.65
HSV92°52°88°
CMYK 0.280.000.52   0.12
XYZ44.479362.593323.6473
Yxy62.59330.34030.4788
Hunter Lab79.1159-38.099437.6597
CIE-Lab83.2279-39.517650.8644

#a2e16b color RGB value is (162,225,107).

#a2e16b hex color red value is 162, green value is 225 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a2e16b hue: 0.26 , saturation: 0.66 and the lightness value of a2e16b is 0.65.

The process color (four color CMYK) of #a2e16b color hex is 0.28, 0.00, 0.52, 0.12. Web safe color of #a2e16b is #99cc66. Color #a2e16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100001 01101011
Octal 242 341 153
Decimal 162 225 107
Hex A2 E1 6B

RGB Percentages of Color #a2e16b

%32.79
%45.55
%21.66

CMYK Percentages of Color #a2e16b

%28
%0
%52
%12

Triadic Colors of #a2e16b

#a2e16b #6ba2e1 #e16ba2

Analogous Colors of #a2e16b

#a2e16b #6be16f #dde16b

Monochromatic Colors of #a2e16b

#a2e16b

Complementary Color

#a2e16b #aa6be1

#a2e16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e16b Color CSS Codes

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

#a2e16b Text Font Color

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

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


#a2e16b Background Color

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

This div background color is #a2e16b


#a2e16b Border Color

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

This div border color is #a2e16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e16b


Comments

No comments written yet.

Please login to write comment.