Color Hex Logo

#2ea66d Color Hex

#2EA66D
(46,166,109)
0 Favorites   0 Comments

Color spaces of #2ea66d

RGB 46166109
HSL0.420.570.42
HSV152°72°65°
CMYK 0.720.000.34   0.35
XYZ17.523228.957419.1338
Yxy28.95740.26710.4413
Hunter Lab53.8121-36.045016.5869
CIE-Lab60.7440-46.219320.2934

#2ea66d color RGB value is (46,166,109).

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

The process color (four color CMYK) of #2ea66d color hex is 0.72, 0.00, 0.34, 0.35. Web safe color of #2ea66d is #339966. Color #2ea66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100110 01101101
Octal 56 246 155
Decimal 46 166 109
Hex 2E A6 6D

RGB Percentages of Color #2ea66d

%14.33
%51.71
%33.96

CMYK Percentages of Color #2ea66d

%72
%0
%34
%35

Triadic Colors of #2ea66d

#2ea66d #6d2ea6 #a66d2e

Analogous Colors of #2ea66d

#2ea66d #2ea3a6 #2ea631

Monochromatic Colors of #2ea66d

#2ea66d

Complementary Color

#2ea66d #a62e67

#2ea66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea66d Color CSS Codes

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

#2ea66d Text Font Color

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

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


#2ea66d Background Color

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

This div background color is #2ea66d


#2ea66d Border Color

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

This div border color is #2ea66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea66d


Comments

No comments written yet.

Please login to write comment.