Color Hex Logo

#2fab97 Color Hex

#2FAB97
(47,171,151)
0 Favorites   0 Comments

Color spaces of #2fab97

RGB 47171151
HSL0.470.570.43
HSV170°73°67°
CMYK 0.730.000.12   0.33
XYZ21.321131.964534.3242
Yxy31.96450.24340.3649
Hunter Lab56.5372-31.62473.5805
CIE-Lab63.3135-38.06450.6312

#2fab97 color RGB value is (47,171,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 10010111
Octal 57 253 227
Decimal 47 171 151
Hex 2F AB 97

RGB Percentages of Color #2fab97

%12.74
%46.34
%40.92

CMYK Percentages of Color #2fab97

%73
%0
%12
%33

Triadic Colors of #2fab97

#2fab97 #972fab #ab972f

Analogous Colors of #2fab97

#2fab97 #2f81ab #2fab59

Monochromatic Colors of #2fab97

#2fab97

Complementary Color

#2fab97 #ab2f43

#2fab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fab97 Color CSS Codes

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

#2fab97 Text Font Color

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

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


#2fab97 Background Color

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

This div background color is #2fab97


#2fab97 Border Color

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

This div border color is #2fab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fab97


Comments

No comments written yet.

Please login to write comment.