Color Hex Logo

#a2e44f Color Hex

#A2E44F
(162,228,79)
0 Favorites   0 Comments

Color spaces of #a2e44f

RGB 16222879
HSL0.240.730.60
HSV87°65°89°
CMYK 0.290.000.65   0.11
XYZ44.055063.732717.3768
Yxy63.73270.35200.5092
Hunter Lab79.8328-41.203742.9776
CIE-Lab83.8264-43.335663.6303

#a2e44f color RGB value is (162,228,79).

#a2e44f hex color red value is 162, green value is 228 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a2e44f hue: 0.24 , saturation: 0.73 and the lightness value of a2e44f is 0.60.

The process color (four color CMYK) of #a2e44f color hex is 0.29, 0.00, 0.65, 0.11. Web safe color of #a2e44f is #99cc66. Color #a2e44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100100 01001111
Octal 242 344 117
Decimal 162 228 79
Hex A2 E4 4F

RGB Percentages of Color #a2e44f

%34.54
%48.61
%16.84

CMYK Percentages of Color #a2e44f

%29
%0
%65
%11

Triadic Colors of #a2e44f

#a2e44f #4fa2e4 #e44fa2

Analogous Colors of #a2e44f

#a2e44f #58e44f #e4dc4f

Monochromatic Colors of #a2e44f

#a2e44f

Complementary Color

#a2e44f #914fe4

#a2e44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e44f Color CSS Codes

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

#a2e44f Text Font Color

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

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


#a2e44f Background Color

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

This div background color is #a2e44f


#a2e44f Border Color

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

This div border color is #a2e44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e44f


Comments

No comments written yet.

Please login to write comment.