Color Hex Logo

#2fd89f Color Hex

#2FD89F
(47,216,159)
0 Favorites   0 Comments

Color spaces of #2fd89f

RGB 47216159
HSL0.440.680.52
HSV160°78°85°
CMYK 0.780.000.26   0.15
XYZ31.986252.219341.1944
Yxy52.21930.25510.4164
Hunter Lab72.2629-47.449516.7850
CIE-Lab77.4118-54.851516.4034

#2fd89f color RGB value is (47,216,159).

#2fd89f hex color red value is 47, green value is 216 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2fd89f hue: 0.44 , saturation: 0.68 and the lightness value of 2fd89f is 0.52.

The process color (four color CMYK) of #2fd89f color hex is 0.78, 0.00, 0.26, 0.15. Web safe color of #2fd89f is #33cc99. Color #2fd89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11011000 10011111
Octal 57 330 237
Decimal 47 216 159
Hex 2F D8 9F

RGB Percentages of Color #2fd89f

%11.14
%51.18
%37.68

CMYK Percentages of Color #2fd89f

%78
%0
%26
%15

Triadic Colors of #2fd89f

#2fd89f #9f2fd8 #d89f2f

Analogous Colors of #2fd89f

#2fd89f #2fbdd8 #2fd84b

Monochromatic Colors of #2fd89f

#2fd89f

Complementary Color

#2fd89f #d82f68

#2fd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd89f Color CSS Codes

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

#2fd89f Text Font Color

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

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


#2fd89f Background Color

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

This div background color is #2fd89f


#2fd89f Border Color

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

This div border color is #2fd89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd89f


Comments

No comments written yet.

Please login to write comment.