Color Hex Logo

#2aa65e Color Hex

#2AA65E
(42,166,94)
0 Favorites   0 Comments

Color spaces of #2aa65e

RGB 4216694
HSL0.400.600.41
HSV145°75°65°
CMYK 0.750.000.43   0.35
XYZ16.611428.572815.2293
Yxy28.57280.27500.4730
Hunter Lab53.4535-38.072420.5253
CIE-Lab60.4027-49.772327.9115

#2aa65e color RGB value is (42,166,94).

#2aa65e hex color red value is 42, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2aa65e hue: 0.40 , saturation: 0.60 and the lightness value of 2aa65e is 0.41.

The process color (four color CMYK) of #2aa65e color hex is 0.75, 0.00, 0.43, 0.35. Web safe color of #2aa65e is #339966. Color #2aa65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100110 01011110
Octal 52 246 136
Decimal 42 166 94
Hex 2A A6 5E

RGB Percentages of Color #2aa65e

%13.91
%54.97
%31.13

CMYK Percentages of Color #2aa65e

%75
%0
%43
%35

Triadic Colors of #2aa65e

#2aa65e #5e2aa6 #a65e2a

Analogous Colors of #2aa65e

#2aa65e #2aa69c #34a62a

Monochromatic Colors of #2aa65e

#2aa65e

Complementary Color

#2aa65e #a62a72

#2aa65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa65e Color CSS Codes

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

#2aa65e Text Font Color

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

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


#2aa65e Background Color

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

This div background color is #2aa65e


#2aa65e Border Color

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

This div border color is #2aa65e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,166,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aa65e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aa65e;
  -webkit-box-shadow: 1px 1px 3px 2px #2aa65e;
  box-shadow:         1px 1px 3px 2px #2aa65e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,166,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa65e


Comments

No comments written yet.

Please login to write comment.