Color Hex Logo

#2fab81 Color Hex

#2FAB81
(47,171,129)
0 Favorites   0 Comments

Color spaces of #2fab81

RGB 47171129
HSL0.440.570.43
HSV160°73°67°
CMYK 0.730.000.25   0.33
XYZ19.697631.315125.7751
Yxy31.31510.25650.4078
Hunter Lab55.9599-35.098711.8630
CIE-Lab62.7727-43.649012.0941

#2fab81 color RGB value is (47,171,129).

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

The process color (four color CMYK) of #2fab81 color hex is 0.73, 0.00, 0.25, 0.33. Web safe color of #2fab81 is #339999. Color #2fab81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 10000001
Octal 57 253 201
Decimal 47 171 129
Hex 2F AB 81

RGB Percentages of Color #2fab81

%13.54
%49.28
%37.18

CMYK Percentages of Color #2fab81

%73
%0
%25
%33

Triadic Colors of #2fab81

#2fab81 #812fab #ab812f

Analogous Colors of #2fab81

#2fab81 #2f97ab #2fab43

Monochromatic Colors of #2fab81

#2fab81

Complementary Color

#2fab81 #ab2f59

#2fab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fab81 Color CSS Codes

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

#2fab81 Text Font Color

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

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


#2fab81 Background Color

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

This div background color is #2fab81


#2fab81 Border Color

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

This div border color is #2fab81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,171,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fab81


Comments

No comments written yet.

Please login to write comment.