Color Hex Logo

#2eb89f Color Hex

#2EB89F
(46,184,159)
0 Favorites   0 Comments

Color spaces of #2eb89f

RGB 46184159
HSL0.470.600.45
HSV169°75°72°
CMYK 0.750.000.14   0.28
XYZ24.525237.365038.7204
Yxy37.36500.24380.3714
Hunter Lab61.1269-35.35475.2320
CIE-Lab67.5500-41.81112.3560

#2eb89f color RGB value is (46,184,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111000 10011111
Octal 56 270 237
Decimal 46 184 159
Hex 2E B8 9F

RGB Percentages of Color #2eb89f

%11.83
%47.30
%40.87

CMYK Percentages of Color #2eb89f

%75
%0
%14
%28

Triadic Colors of #2eb89f

#2eb89f #9f2eb8 #b89f2e

Analogous Colors of #2eb89f

#2eb89f #2e8cb8 #2eb85a

Monochromatic Colors of #2eb89f

#2eb89f

Complementary Color

#2eb89f #b82e47

#2eb89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb89f Color CSS Codes

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

#2eb89f Text Font Color

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

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


#2eb89f Background Color

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

This div background color is #2eb89f


#2eb89f Border Color

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

This div border color is #2eb89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb89f


Comments

No comments written yet.

Please login to write comment.