Color Hex Logo

#2efabf Color Hex

#2EFABF
(46,250,191)
0 Favorites   0 Comments

Color spaces of #2efabf

RGB 46250191
HSL0.450.950.58
HSV163°82°98°
CMYK 0.820.000.24   0.02
XYZ44.716372.713660.9686
Yxy72.71360.25070.4076
Hunter Lab85.2723-55.622117.2990
CIE-Lab88.3109-60.738915.0003

#2efabf color RGB value is (46,250,191).

#2efabf hex color red value is 46, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2efabf hue: 0.45 , saturation: 0.95 and the lightness value of 2efabf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111010 10111111
Octal 56 372 277
Decimal 46 250 191
Hex 2E FA BF

RGB Percentages of Color #2efabf

%9.45
%51.33
%39.22

CMYK Percentages of Color #2efabf

%82
%0
%24
%2

Triadic Colors of #2efabf

#2efabf #bf2efa #fabf2e

Analogous Colors of #2efabf

#2efabf #2ecffa #2efa59

Monochromatic Colors of #2efabf

#2efabf

Complementary Color

#2efabf #fa2e69

#2efabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efabf Color CSS Codes

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

#2efabf Text Font Color

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

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


#2efabf Background Color

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

This div background color is #2efabf


#2efabf Border Color

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

This div border color is #2efabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efabf

Related Colors


Comments

No comments written yet.

Please login to write comment.