Color Hex Logo

#2ea48b Color Hex

#2EA48B
(46,164,139)
0 Favorites   0 Comments

Color spaces of #2ea48b

RGB 46164139
HSL0.460.560.41
HSV167°72°64°
CMYK 0.720.000.15   0.36
XYZ19.062428.995829.0182
Yxy28.99580.24730.3762
Hunter Lab53.8477-31.04365.7424
CIE-Lab60.7779-38.26603.6693

#2ea48b color RGB value is (46,164,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100100 10001011
Octal 56 244 213
Decimal 46 164 139
Hex 2E A4 8B

RGB Percentages of Color #2ea48b

%13.18
%46.99
%39.83

CMYK Percentages of Color #2ea48b

%72
%0
%15
%36

Triadic Colors of #2ea48b

#2ea48b #8b2ea4 #a48b2e

Analogous Colors of #2ea48b

#2ea48b #2e82a4 #2ea450

Monochromatic Colors of #2ea48b

#2ea48b

Complementary Color

#2ea48b #a42e47

#2ea48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea48b Color CSS Codes

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

#2ea48b Text Font Color

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

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


#2ea48b Background Color

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

This div background color is #2ea48b


#2ea48b Border Color

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

This div border color is #2ea48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea48b


Comments

No comments written yet.

Please login to write comment.