Color Hex Logo

#4eddad Color Hex

#4EDDAD
(78,221,173)
0 Favorites   0 Comments

Color spaces of #4eddad

RGB 78221173
HSL0.440.680.59
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ36.541256.349748.4858
Yxy56.34970.25850.3986
Hunter Lab75.0664-44.475214.2508
CIE-Lab79.8124-49.417312.4672

#4eddad color RGB value is (78,221,173).

#4eddad hex color red value is 78, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4eddad hue: 0.44 , saturation: 0.68 and the lightness value of 4eddad is 0.59.

The process color (four color CMYK) of #4eddad color hex is 0.65, 0.00, 0.22, 0.13. Web safe color of #4eddad is #66cc99. Color #4eddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 10101101
Octal 116 335 255
Decimal 78 221 173
Hex 4E DD AD

RGB Percentages of Color #4eddad

%16.53
%46.82
%36.65

CMYK Percentages of Color #4eddad

%65
%0
%22
%13

Triadic Colors of #4eddad

#4eddad #ad4edd #ddad4e

Analogous Colors of #4eddad

#4eddad #4ec6dd #4edd66

Monochromatic Colors of #4eddad

#4eddad

Complementary Color

#4eddad #dd4e7e

#4eddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddad Color CSS Codes

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

#4eddad Text Font Color

<p style="color:#4eddad">Text here</p>

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


#4eddad Background Color

<div style="background-color:#4eddad">
Div content here</div>

This div background color is #4eddad


#4eddad Border Color

<div style="border:3px solid #4eddad">
Div here</div>

This div border color is #4eddad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,221,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 #4eddad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddad


Comments

No comments written yet.

Please login to write comment.