Color Hex Logo

#2fc49f Color Hex

#2FC49F
(47,196,159)
0 Favorites   0 Comments

Color spaces of #2fc49f

RGB 47196159
HSL0.460.610.48
HSV165°76°77°
CMYK 0.760.000.19   0.23
XYZ27.170242.587439.5891
Yxy42.58740.24850.3895
Hunter Lab65.2590-39.88599.7133
CIE-Lab71.2740-46.80817.7250

#2fc49f color RGB value is (47,196,159).

#2fc49f hex color red value is 47, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2fc49f hue: 0.46 , saturation: 0.61 and the lightness value of 2fc49f is 0.48.

The process color (four color CMYK) of #2fc49f color hex is 0.76, 0.00, 0.19, 0.23. Web safe color of #2fc49f is #33cc99. Color #2fc49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000100 10011111
Octal 57 304 237
Decimal 47 196 159
Hex 2F C4 9F

RGB Percentages of Color #2fc49f

%11.69
%48.76
%39.55

CMYK Percentages of Color #2fc49f

%76
%0
%19
%23

Triadic Colors of #2fc49f

#2fc49f #9f2fc4 #c49f2f

Analogous Colors of #2fc49f

#2fc49f #2f9fc4 #2fc454

Monochromatic Colors of #2fc49f

#2fc49f

Complementary Color

#2fc49f #c42f54

#2fc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc49f Color CSS Codes

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

#2fc49f Text Font Color

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

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


#2fc49f Background Color

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

This div background color is #2fc49f


#2fc49f Border Color

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

This div border color is #2fc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc49f


Comments

No comments written yet.

Please login to write comment.