Color Hex Logo

#4edaad Color Hex

#4EDAAD
(78,218,173)
0 Favorites   0 Comments

Color spaces of #4edaad

RGB 78218173
HSL0.450.650.58
HSV161°64°85°
CMYK 0.640.000.21   0.15
XYZ35.756154.779648.2241
Yxy54.77960.25770.3948
Hunter Lab74.0132-43.289113.1783
CIE-Lab78.9141-48.168111.1937

#4edaad color RGB value is (78,218,173).

#4edaad hex color red value is 78, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4edaad hue: 0.45 , saturation: 0.65 and the lightness value of 4edaad is 0.58.

The process color (four color CMYK) of #4edaad color hex is 0.64, 0.00, 0.21, 0.15. Web safe color of #4edaad is #66cc99. Color #4edaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10101101
Octal 116 332 255
Decimal 78 218 173
Hex 4E DA AD

RGB Percentages of Color #4edaad

%16.63
%46.48
%36.89

CMYK Percentages of Color #4edaad

%64
%0
%21
%15

Triadic Colors of #4edaad

#4edaad #ad4eda #daad4e

Analogous Colors of #4edaad

#4edaad #4ec1da #4eda67

Monochromatic Colors of #4edaad

#4edaad

Complementary Color

#4edaad #da4e7b

#4edaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edaad Color CSS Codes

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

#4edaad Text Font Color

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

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


#4edaad Background Color

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

This div background color is #4edaad


#4edaad Border Color

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

This div border color is #4edaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edaad


Comments

No comments written yet.

Please login to write comment.