Color Hex Logo

#2ed4ad Color Hex

#2ED4AD
(46,212,173)
0 Favorites   0 Comments

Color spaces of #2ed4ad

RGB 46212173
HSL0.460.660.51
HSV166°78°83°
CMYK 0.780.000.18   0.17
XYZ32.213050.684947.6205
Yxy50.68490.24680.3883
Hunter Lab71.1933-43.822010.1768
CIE-Lab76.4877-50.04867.6490

#2ed4ad color RGB value is (46,212,173).

#2ed4ad hex color red value is 46, green value is 212 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2ed4ad hue: 0.46 , saturation: 0.66 and the lightness value of 2ed4ad is 0.51.

The process color (four color CMYK) of #2ed4ad color hex is 0.78, 0.00, 0.18, 0.17. Web safe color of #2ed4ad is #33cc99. Color #2ed4ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010100 10101101
Octal 56 324 255
Decimal 46 212 173
Hex 2E D4 AD

RGB Percentages of Color #2ed4ad

%10.67
%49.19
%40.14

CMYK Percentages of Color #2ed4ad

%78
%0
%18
%17

Triadic Colors of #2ed4ad

#2ed4ad #ad2ed4 #d4ad2e

Analogous Colors of #2ed4ad

#2ed4ad #2ea8d4 #2ed45a

Monochromatic Colors of #2ed4ad

#2ed4ad

Complementary Color

#2ed4ad #d42e55

#2ed4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed4ad Color CSS Codes

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

#2ed4ad Text Font Color

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

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


#2ed4ad Background Color

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

This div background color is #2ed4ad


#2ed4ad Border Color

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

This div border color is #2ed4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed4ad


Comments

No comments written yet.

Please login to write comment.