Color Hex Logo

#2efebf Color Hex

#2EFEBF
(46,254,191)
0 Favorites   0 Comments

Color spaces of #2efebf

RGB 46254191
HSL0.450.990.59
HSV162°82°100°
CMYK 0.820.000.25   0.00
XYZ45.972575.226161.3873
Yxy75.22610.25180.4120
Hunter Lab86.7330-57.169418.7492
CIE-Lab89.4988-62.251016.6719

#2efebf color RGB value is (46,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111110 10111111
Octal 56 376 277
Decimal 46 254 191
Hex 2E FE BF

RGB Percentages of Color #2efebf

%9.37
%51.73
%38.90

CMYK Percentages of Color #2efebf

%82
%0
%25
%0

Triadic Colors of #2efebf

#2efebf #bf2efe #febf2e

Analogous Colors of #2efebf

#2efebf #2ed5fe #2efe57

Monochromatic Colors of #2efebf

#2efebf

Complementary Color

#2efebf #fe2e6d

#2efebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efebf Color CSS Codes

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

#2efebf Text Font Color

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

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


#2efebf Background Color

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

This div background color is #2efebf


#2efebf Border Color

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

This div border color is #2efebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,254,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 #2efebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efebf


Comments

No comments written yet.

Please login to write comment.