Color Hex Logo

#2efba5 Color Hex

#2EFBA5
(46,251,165)
0 Favorites   0 Comments

Color spaces of #2efba5

RGB 46251165
HSL0.430.960.58
HSV155°82°98°
CMYK 0.820.000.34   0.02
XYZ42.415472.291847.3155
Yxy72.29180.26180.4462
Hunter Lab85.0246-59.746426.5228
CIE-Lab88.1089-66.655628.0102

#2efba5 color RGB value is (46,251,165).

#2efba5 hex color red value is 46, green value is 251 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #2efba5 hue: 0.43 , saturation: 0.96 and the lightness value of 2efba5 is 0.58.

The process color (four color CMYK) of #2efba5 color hex is 0.82, 0.00, 0.34, 0.02. Web safe color of #2efba5 is #33ff99. Color #2efba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111011 10100101
Octal 56 373 245
Decimal 46 251 165
Hex 2E FB A5

RGB Percentages of Color #2efba5

%9.96
%54.33
%35.71

CMYK Percentages of Color #2efba5

%82
%0
%34
%2

Triadic Colors of #2efba5

#2efba5 #a52efb #fba52e

Analogous Colors of #2efba5

#2efba5 #2eebfb #2efb3f

Monochromatic Colors of #2efba5

#2efba5

Complementary Color

#2efba5 #fb2e84

#2efba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efba5 Color CSS Codes

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

#2efba5 Text Font Color

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

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


#2efba5 Background Color

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

This div background color is #2efba5


#2efba5 Border Color

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

This div border color is #2efba5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,251,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2efba5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2efba5;
  -webkit-box-shadow: 1px 1px 3px 2px #2efba5;
  box-shadow:         1px 1px 3px 2px #2efba5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,251,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efba5


Comments

No comments written yet.

Please login to write comment.