Color Hex Logo

#2faa71 Color Hex

#2FAA71
(47,170,113)
0 Favorites   0 Comments

Color spaces of #2faa71

RGB 47170113
HSL0.420.570.43
HSV152°72°67°
CMYK 0.720.000.34   0.33
XYZ18.527730.546020.5423
Yxy30.54600.26610.4388
Hunter Lab55.2684-36.881016.6509
CIE-Lab62.1225-46.824119.9861

#2faa71 color RGB value is (47,170,113).

#2faa71 hex color red value is 47, green value is 170 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #2faa71 hue: 0.42 , saturation: 0.57 and the lightness value of 2faa71 is 0.43.

The process color (four color CMYK) of #2faa71 color hex is 0.72, 0.00, 0.34, 0.33. Web safe color of #2faa71 is #339966. Color #2faa71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101010 01110001
Octal 57 252 161
Decimal 47 170 113
Hex 2F AA 71

RGB Percentages of Color #2faa71

%14.24
%51.52
%34.24

CMYK Percentages of Color #2faa71

%72
%0
%34
%33

Triadic Colors of #2faa71

#2faa71 #712faa #aa712f

Analogous Colors of #2faa71

#2faa71 #2fa6aa #2faa34

Monochromatic Colors of #2faa71

#2faa71

Complementary Color

#2faa71 #aa2f68

#2faa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faa71 Color CSS Codes

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

#2faa71 Text Font Color

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

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


#2faa71 Background Color

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

This div background color is #2faa71


#2faa71 Border Color

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

This div border color is #2faa71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,170,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 #2faa71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faa71


Comments

No comments written yet.

Please login to write comment.