Color Hex Logo

#2ebb88 Color Hex

#2EBB88
(46,187,136)
0 Favorites   0 Comments

Color spaces of #2ebb88

RGB 46187136
HSL0.440.610.46
HSV158°75°73°
CMYK 0.750.000.27   0.27
XYZ23.341037.899129.3776
Yxy37.89910.25760.4182
Hunter Lab61.5622-40.056614.8003
CIE-Lab67.9462-48.726915.4992

#2ebb88 color RGB value is (46,187,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 10001000
Octal 56 273 210
Decimal 46 187 136
Hex 2E BB 88

RGB Percentages of Color #2ebb88

%12.47
%50.68
%36.86

CMYK Percentages of Color #2ebb88

%75
%0
%27
%27

Triadic Colors of #2ebb88

#2ebb88 #882ebb #bb882e

Analogous Colors of #2ebb88

#2ebb88 #2ea8bb #2ebb42

Monochromatic Colors of #2ebb88

#2ebb88

Complementary Color

#2ebb88 #bb2e61

#2ebb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebb88 Color CSS Codes

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

#2ebb88 Text Font Color

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

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


#2ebb88 Background Color

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

This div background color is #2ebb88


#2ebb88 Border Color

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

This div border color is #2ebb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebb88


Comments

No comments written yet.

Please login to write comment.