Color Hex Logo

#2ea067 Color Hex

#2EA067
(46,160,103)
0 Favorites   0 Comments

Color spaces of #2ea067

RGB 46160103
HSL0.420.550.40
HSV150°71°63°
CMYK 0.710.000.36   0.37
XYZ16.145726.701717.1349
Yxy26.70170.26920.4452
Hunter Lab51.6737-34.655716.5111
CIE-Lab58.6972-45.058020.8098

#2ea067 color RGB value is (46,160,103).

#2ea067 hex color red value is 46, green value is 160 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #2ea067 hue: 0.42 , saturation: 0.55 and the lightness value of 2ea067 is 0.40.

The process color (four color CMYK) of #2ea067 color hex is 0.71, 0.00, 0.36, 0.37. Web safe color of #2ea067 is #339966. Color #2ea067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100000 01100111
Octal 56 240 147
Decimal 46 160 103
Hex 2E A0 67

RGB Percentages of Color #2ea067

%14.89
%51.78
%33.33

CMYK Percentages of Color #2ea067

%71
%0
%36
%37

Triadic Colors of #2ea067

#2ea067 #672ea0 #a0672e

Analogous Colors of #2ea067

#2ea067 #2ea0a0 #2ea02e

Monochromatic Colors of #2ea067

#2ea067

Complementary Color

#2ea067 #a02e67

#2ea067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea067 Color CSS Codes

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

#2ea067 Text Font Color

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

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


#2ea067 Background Color

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

This div background color is #2ea067


#2ea067 Border Color

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

This div border color is #2ea067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea067


Comments

No comments written yet.

Please login to write comment.