Color Hex Logo

#2ebe8b Color Hex

#2EBE8B
(46,190,139)
0 Favorites   0 Comments

Color spaces of #2ebe8b

RGB 46190139
HSL0.440.610.46
HSV159°76°75°
CMYK 0.760.000.27   0.25
XYZ24.200439.271830.7308
Yxy39.27180.25690.4169
Hunter Lab62.6672-40.735714.7924
CIE-Lab68.9477-49.247215.2714

#2ebe8b color RGB value is (46,190,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 10001011
Octal 56 276 213
Decimal 46 190 139
Hex 2E BE 8B

RGB Percentages of Color #2ebe8b

%12.27
%50.67
%37.07

CMYK Percentages of Color #2ebe8b

%76
%0
%27
%25

Triadic Colors of #2ebe8b

#2ebe8b #8b2ebe #be8b2e

Analogous Colors of #2ebe8b

#2ebe8b #2ea9be #2ebe43

Monochromatic Colors of #2ebe8b

#2ebe8b

Complementary Color

#2ebe8b #be2e61

#2ebe8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebe8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebe8b Color CSS Codes

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

#2ebe8b Text Font Color

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

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


#2ebe8b Background Color

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

This div background color is #2ebe8b


#2ebe8b Border Color

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

This div border color is #2ebe8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebe8b


Comments

No comments written yet.

Please login to write comment.