Color Hex Logo

#2ead3a Color Hex

#2EAD3A
(46,173,58)
0 Favorites   0 Comments

Color spaces of #2ead3a

RGB 4617358
HSL0.350.580.43
HSV126°73°68°
CMYK 0.730.000.66   0.32
XYZ16.834030.77359.0556
Yxy30.77350.29710.5431
Hunter Lab55.4739-42.912029.1532
CIE-Lab62.3160-56.775847.7272

#2ead3a color RGB value is (46,173,58).

#2ead3a hex color red value is 46, green value is 173 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #2ead3a hue: 0.35 , saturation: 0.58 and the lightness value of 2ead3a is 0.43.

The process color (four color CMYK) of #2ead3a color hex is 0.73, 0.00, 0.66, 0.32. Web safe color of #2ead3a is #339933. Color #2ead3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 00111010
Octal 56 255 72
Decimal 46 173 58
Hex 2E AD 3A

RGB Percentages of Color #2ead3a

%16.61
%62.45
%20.94

CMYK Percentages of Color #2ead3a

%73
%0
%66
%32

Triadic Colors of #2ead3a

#2ead3a #3a2ead #ad3a2e

Analogous Colors of #2ead3a

#2ead3a #2ead7a #62ad2e

Monochromatic Colors of #2ead3a

#2ead3a

Complementary Color

#2ead3a #ad2ea1

#2ead3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ead3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ead3a Color CSS Codes

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

#2ead3a Text Font Color

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

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


#2ead3a Background Color

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

This div background color is #2ead3a


#2ead3a Border Color

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

This div border color is #2ead3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ead3a


Comments

No comments written yet.

Please login to write comment.