Color Hex Logo

#2ea49f Color Hex

#2EA49F
(46,164,159)
0 Favorites   0 Comments

Color spaces of #2ea49f

RGB 46164159
HSL0.490.560.41
HSV177°72°64°
CMYK 0.720.000.03   0.36
XYZ20.660229.635037.4321
Yxy29.63500.23550.3378
Hunter Lab54.4380-27.5227-2.6617
CIE-Lab61.3380-32.7214-6.7650

#2ea49f color RGB value is (46,164,159).

#2ea49f hex color red value is 46, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2ea49f hue: 0.49 , saturation: 0.56 and the lightness value of 2ea49f is 0.41.

The process color (four color CMYK) of #2ea49f color hex is 0.72, 0.00, 0.03, 0.36. Web safe color of #2ea49f is #339999. Color #2ea49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100100 10011111
Octal 56 244 237
Decimal 46 164 159
Hex 2E A4 9F

RGB Percentages of Color #2ea49f

%12.47
%44.44
%43.09

CMYK Percentages of Color #2ea49f

%72
%0
%3
%36

Triadic Colors of #2ea49f

#2ea49f #9f2ea4 #a49f2e

Analogous Colors of #2ea49f

#2ea49f #2e6ea4 #2ea464

Monochromatic Colors of #2ea49f

#2ea49f

Complementary Color

#2ea49f #a42e33

#2ea49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea49f Color CSS Codes

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

#2ea49f Text Font Color

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

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


#2ea49f Background Color

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

This div background color is #2ea49f


#2ea49f Border Color

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

This div border color is #2ea49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea49f


Comments

No comments written yet.

Please login to write comment.