Color Hex Logo

#2feb94 Color Hex

#2FEB94
(47,235,148)
0 Favorites   0 Comments

Color spaces of #2feb94

RGB 47235148
HSL0.420.820.55
HSV152°80°92°
CMYK 0.800.000.37   0.08
XYZ36.225962.159138.1056
Yxy62.15910.26540.4554
Hunter Lab78.8410-55.954626.5326
CIE-Lab82.9980-64.196829.7444

#2feb94 color RGB value is (47,235,148).

#2feb94 hex color red value is 47, green value is 235 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #2feb94 hue: 0.42 , saturation: 0.82 and the lightness value of 2feb94 is 0.55.

The process color (four color CMYK) of #2feb94 color hex is 0.80, 0.00, 0.37, 0.08. Web safe color of #2feb94 is #33ff99. Color #2feb94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101011 10010100
Octal 57 353 224
Decimal 47 235 148
Hex 2F EB 94

RGB Percentages of Color #2feb94

%10.93
%54.65
%34.42

CMYK Percentages of Color #2feb94

%80
%0
%37
%8

Triadic Colors of #2feb94

#2feb94 #942feb #eb942f

Analogous Colors of #2feb94

#2feb94 #2fe4eb #2feb36

Monochromatic Colors of #2feb94

#2feb94

Complementary Color

#2feb94 #eb2f86

#2feb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2feb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2feb94 Color CSS Codes

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

#2feb94 Text Font Color

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

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


#2feb94 Background Color

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

This div background color is #2feb94


#2feb94 Border Color

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

This div border color is #2feb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2feb94


Comments

No comments written yet.

Please login to write comment.