Color Hex Logo

#2ea98f Color Hex

#2EA98F
(46,169,143)
0 Favorites   0 Comments

Color spaces of #2ea98f

RGB 46169143
HSL0.460.570.42
HSV167°73°66°
CMYK 0.730.000.15   0.34
XYZ20.272630.939930.8901
Yxy30.93990.24690.3768
Hunter Lab55.6236-32.28536.0104
CIE-Lab62.4569-39.43593.8540

#2ea98f color RGB value is (46,169,143).

#2ea98f hex color red value is 46, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #2ea98f hue: 0.46 , saturation: 0.57 and the lightness value of 2ea98f is 0.42.

The process color (four color CMYK) of #2ea98f color hex is 0.73, 0.00, 0.15, 0.34. Web safe color of #2ea98f is #339999. Color #2ea98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101001 10001111
Octal 56 251 217
Decimal 46 169 143
Hex 2E A9 8F

RGB Percentages of Color #2ea98f

%12.85
%47.21
%39.94

CMYK Percentages of Color #2ea98f

%73
%0
%15
%34

Triadic Colors of #2ea98f

#2ea98f #8f2ea9 #a98f2e

Analogous Colors of #2ea98f

#2ea98f #2e86a9 #2ea952

Monochromatic Colors of #2ea98f

#2ea98f

Complementary Color

#2ea98f #a92e48

#2ea98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea98f Color CSS Codes

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

#2ea98f Text Font Color

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

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


#2ea98f Background Color

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

This div background color is #2ea98f


#2ea98f Border Color

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

This div border color is #2ea98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea98f


Comments

No comments written yet.

Please login to write comment.