Color Hex Logo

#2aa471 Color Hex

#2AA471
(42,164,113)
0 Favorites   0 Comments

Color spaces of #2aa471

RGB 42164113
HSL0.430.590.40
HSV155°74°64°
CMYK 0.740.000.31   0.36
XYZ17.210928.235420.1657
Yxy28.23540.26230.4303
Hunter Lab53.1370-35.174214.6951
CIE-Lab60.1008-45.147617.2058

#2aa471 color RGB value is (42,164,113).

#2aa471 hex color red value is 42, green value is 164 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #2aa471 hue: 0.43 , saturation: 0.59 and the lightness value of 2aa471 is 0.40.

The process color (four color CMYK) of #2aa471 color hex is 0.74, 0.00, 0.31, 0.36. Web safe color of #2aa471 is #339966. Color #2aa471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100100 01110001
Octal 52 244 161
Decimal 42 164 113
Hex 2A A4 71

RGB Percentages of Color #2aa471

%13.17
%51.41
%35.42

CMYK Percentages of Color #2aa471

%74
%0
%31
%36

Triadic Colors of #2aa471

#2aa471 #712aa4 #a4712a

Analogous Colors of #2aa471

#2aa471 #2a9aa4 #2aa434

Monochromatic Colors of #2aa471

#2aa471

Complementary Color

#2aa471 #a42a5d

#2aa471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa471 Color CSS Codes

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

#2aa471 Text Font Color

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

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


#2aa471 Background Color

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

This div background color is #2aa471


#2aa471 Border Color

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

This div border color is #2aa471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa471


Comments

No comments written yet.

Please login to write comment.