Color Hex Logo

#2fcb73 Color Hex

#2FCB73
(47,203,115)
0 Favorites   0 Comments

Color spaces of #2fcb73

RGB 47203115
HSL0.410.620.49
HSV146°77°80°
CMYK 0.770.000.43   0.20
XYZ25.622744.554023.4690
Yxy44.55400.27360.4758
Hunter Lab66.7488-48.290025.8777
CIE-Lab72.5972-58.887432.8385

#2fcb73 color RGB value is (47,203,115).

#2fcb73 hex color red value is 47, green value is 203 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #2fcb73 hue: 0.41 , saturation: 0.62 and the lightness value of 2fcb73 is 0.49.

The process color (four color CMYK) of #2fcb73 color hex is 0.77, 0.00, 0.43, 0.20. Web safe color of #2fcb73 is #33cc66. Color #2fcb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001011 01110011
Octal 57 313 163
Decimal 47 203 115
Hex 2F CB 73

RGB Percentages of Color #2fcb73

%12.88
%55.62
%31.51

CMYK Percentages of Color #2fcb73

%77
%0
%43
%20

Triadic Colors of #2fcb73

#2fcb73 #732fcb #cb732f

Analogous Colors of #2fcb73

#2fcb73 #2fcbc1 #39cb2f

Monochromatic Colors of #2fcb73

#2fcb73

Complementary Color

#2fcb73 #cb2f87

#2fcb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fcb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fcb73 Color CSS Codes

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

#2fcb73 Text Font Color

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

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


#2fcb73 Background Color

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

This div background color is #2fcb73


#2fcb73 Border Color

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

This div border color is #2fcb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fcb73


Comments

No comments written yet.

Please login to write comment.