Color Hex Logo

#2edc7a Color Hex

#2EDC7A
(46,220,122)
0 Favorites   0 Comments

Color spaces of #2edc7a

RGB 46220122
HSL0.410.710.52
HSV146°79°86°
CMYK 0.790.000.45   0.14
XYZ30.232853.172427.0822
Yxy53.17240.27360.4813
Hunter Lab72.9194-53.601929.0233
CIE-Lab77.9767-63.761136.2508

#2edc7a color RGB value is (46,220,122).

#2edc7a hex color red value is 46, green value is 220 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #2edc7a hue: 0.41 , saturation: 0.71 and the lightness value of 2edc7a is 0.52.

The process color (four color CMYK) of #2edc7a color hex is 0.79, 0.00, 0.45, 0.14. Web safe color of #2edc7a is #33cc66. Color #2edc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 01111010
Octal 56 334 172
Decimal 46 220 122
Hex 2E DC 7A

RGB Percentages of Color #2edc7a

%11.86
%56.70
%31.44

CMYK Percentages of Color #2edc7a

%79
%0
%45
%14

Triadic Colors of #2edc7a

#2edc7a #7a2edc #dc7a2e

Analogous Colors of #2edc7a

#2edc7a #2edcd1 #39dc2e

Monochromatic Colors of #2edc7a

#2edc7a

Complementary Color

#2edc7a #dc2e90

#2edc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edc7a Color CSS Codes

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

#2edc7a Text Font Color

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

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


#2edc7a Background Color

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

This div background color is #2edc7a


#2edc7a Border Color

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

This div border color is #2edc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edc7a


Comments

No comments written yet.

Please login to write comment.