Color Hex Logo

#2edc7c Color Hex

#2EDC7C
(46,220,124)
0 Favorites   0 Comments

Color spaces of #2edc7c

RGB 46220124
HSL0.410.710.52
HSV147°79°86°
CMYK 0.790.000.44   0.14
XYZ30.358053.222527.7417
Yxy53.22250.27270.4781
Hunter Lab72.9538-53.390528.5218
CIE-Lab78.0062-63.417835.2888

#2edc7c color RGB value is (46,220,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 01111100
Octal 56 334 174
Decimal 46 220 124
Hex 2E DC 7C

RGB Percentages of Color #2edc7c

%11.79
%56.41
%31.79

CMYK Percentages of Color #2edc7c

%79
%0
%44
%14

Triadic Colors of #2edc7c

#2edc7c #7c2edc #dc7c2e

Analogous Colors of #2edc7c

#2edc7c #2edcd3 #37dc2e

Monochromatic Colors of #2edc7c

#2edc7c

Complementary Color

#2edc7c #dc2e8e

#2edc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edc7c Color CSS Codes

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

#2edc7c Text Font Color

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

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


#2edc7c Background Color

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

This div background color is #2edc7c


#2edc7c Border Color

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

This div border color is #2edc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edc7c


Comments

No comments written yet.

Please login to write comment.