Color Hex Logo

#2edda4 Color Hex

#2EDDA4
(46,221,164)
0 Favorites   0 Comments

Color spaces of #2edda4

RGB 46221164
HSL0.450.720.52
HSV160°79°87°
CMYK 0.790.000.26   0.13
XYZ33.684054.974143.9577
Yxy54.97410.25400.4145
Hunter Lab74.1445-48.660016.7502
CIE-Lab79.0263-55.763316.0225

#2edda4 color RGB value is (46,221,164).

#2edda4 hex color red value is 46, green value is 221 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #2edda4 hue: 0.45 , saturation: 0.72 and the lightness value of 2edda4 is 0.52.

The process color (four color CMYK) of #2edda4 color hex is 0.79, 0.00, 0.26, 0.13. Web safe color of #2edda4 is #33cc99. Color #2edda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 10100100
Octal 56 335 244
Decimal 46 221 164
Hex 2E DD A4

RGB Percentages of Color #2edda4

%10.67
%51.28
%38.05

CMYK Percentages of Color #2edda4

%79
%0
%26
%13

Triadic Colors of #2edda4

#2edda4 #a42edd #dda42e

Analogous Colors of #2edda4

#2edda4 #2ebfdd #2edd4d

Monochromatic Colors of #2edda4

#2edda4

Complementary Color

#2edda4 #dd2e67

#2edda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edda4 Color CSS Codes

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

#2edda4 Text Font Color

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

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


#2edda4 Background Color

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

This div background color is #2edda4


#2edda4 Border Color

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

This div border color is #2edda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edda4


Comments

No comments written yet.

Please login to write comment.