Color Hex Logo

#2ebf9e Color Hex

#2EBF9E
(46,191,158)
0 Favorites   0 Comments

Color spaces of #2ebf9e

RGB 46191158
HSL0.460.610.46
HSV166°76°75°
CMYK 0.760.000.17   0.25
XYZ25.929140.311138.7620
Yxy40.31110.24690.3839
Hunter Lab63.4910-38.21178.2465
CIE-Lab69.6905-45.07615.9959

#2ebf9e color RGB value is (46,191,158).

#2ebf9e hex color red value is 46, green value is 191 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #2ebf9e hue: 0.46 , saturation: 0.61 and the lightness value of 2ebf9e is 0.46.

The process color (four color CMYK) of #2ebf9e color hex is 0.76, 0.00, 0.17, 0.25. Web safe color of #2ebf9e is #33cc99. Color #2ebf9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 10011110
Octal 56 277 236
Decimal 46 191 158
Hex 2E BF 9E

RGB Percentages of Color #2ebf9e

%11.65
%48.35
%40.00

CMYK Percentages of Color #2ebf9e

%76
%0
%17
%25

Triadic Colors of #2ebf9e

#2ebf9e #9e2ebf #bf9e2e

Analogous Colors of #2ebf9e

#2ebf9e #2e98bf #2ebf56

Monochromatic Colors of #2ebf9e

#2ebf9e

Complementary Color

#2ebf9e #bf2e4f

#2ebf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebf9e Color CSS Codes

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

#2ebf9e Text Font Color

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

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


#2ebf9e Background Color

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

This div background color is #2ebf9e


#2ebf9e Border Color

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

This div border color is #2ebf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebf9e


Comments

No comments written yet.

Please login to write comment.