Color Hex Logo

#2fbc6e Color Hex

#2FBC6E
(47,188,110)
0 Favorites   0 Comments

Color spaces of #2fbc6e

RGB 47188110
HSL0.410.600.46
HSV147°75°74°
CMYK 0.750.000.41   0.26
XYZ21.970037.696620.8701
Yxy37.69660.27280.4681
Hunter Lab61.3976-43.572722.8246
CIE-Lab67.7964-54.335929.1618

#2fbc6e color RGB value is (47,188,110).

#2fbc6e hex color red value is 47, green value is 188 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2fbc6e hue: 0.41 , saturation: 0.60 and the lightness value of 2fbc6e is 0.46.

The process color (four color CMYK) of #2fbc6e color hex is 0.75, 0.00, 0.41, 0.26. Web safe color of #2fbc6e is #33cc66. Color #2fbc6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 01101110
Octal 57 274 156
Decimal 47 188 110
Hex 2F BC 6E

RGB Percentages of Color #2fbc6e

%13.62
%54.49
%31.88

CMYK Percentages of Color #2fbc6e

%75
%0
%41
%26

Triadic Colors of #2fbc6e

#2fbc6e #6e2fbc #bc6e2f

Analogous Colors of #2fbc6e

#2fbc6e #2fbcb5 #37bc2f

Monochromatic Colors of #2fbc6e

#2fbc6e

Complementary Color

#2fbc6e #bc2f7d

#2fbc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbc6e Color CSS Codes

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

#2fbc6e Text Font Color

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

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


#2fbc6e Background Color

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

This div background color is #2fbc6e


#2fbc6e Border Color

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

This div border color is #2fbc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbc6e


Comments

No comments written yet.

Please login to write comment.