Color Hex Logo

#2ebb9f Color Hex

#2EBB9F
(46,187,159)
0 Favorites   0 Comments

Color spaces of #2ebb9f

RGB 46187159
HSL0.470.610.46
HSV168°75°73°
CMYK 0.750.000.15   0.27
XYZ25.155038.624738.9304
Yxy38.62470.24490.3761
Hunter Lab62.1488-36.51176.3645
CIE-Lab68.4785-43.11173.7013

#2ebb9f color RGB value is (46,187,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 10011111
Octal 56 273 237
Decimal 46 187 159
Hex 2E BB 9F

RGB Percentages of Color #2ebb9f

%11.73
%47.70
%40.56

CMYK Percentages of Color #2ebb9f

%75
%0
%15
%27

Triadic Colors of #2ebb9f

#2ebb9f #9f2ebb #bb9f2e

Analogous Colors of #2ebb9f

#2ebb9f #2e91bb #2ebb59

Monochromatic Colors of #2ebb9f

#2ebb9f

Complementary Color

#2ebb9f #bb2e4a

#2ebb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebb9f Color CSS Codes

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

#2ebb9f Text Font Color

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

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


#2ebb9f Background Color

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

This div background color is #2ebb9f


#2ebb9f Border Color

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

This div border color is #2ebb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebb9f


Comments

No comments written yet.

Please login to write comment.