Color Hex Logo

#4edaae Color Hex

#4EDAAE
(78,218,174)
0 Favorites   0 Comments

Color spaces of #4edaae

RGB 78218174
HSL0.450.650.58
HSV161°64°85°
CMYK 0.640.000.20   0.15
XYZ35.853354.818548.7358
Yxy54.81850.25720.3932
Hunter Lab74.0395-43.131312.8006
CIE-Lab78.9366-47.938110.6951

#4edaae color RGB value is (78,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10101110
Octal 116 332 256
Decimal 78 218 174
Hex 4E DA AE

RGB Percentages of Color #4edaae

%16.60
%46.38
%37.02

CMYK Percentages of Color #4edaae

%64
%0
%20
%15

Triadic Colors of #4edaae

#4edaae #ae4eda #daae4e

Analogous Colors of #4edaae

#4edaae #4ec0da #4eda68

Monochromatic Colors of #4edaae

#4edaae

Complementary Color

#4edaae #da4e7a

#4edaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edaae Color CSS Codes

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

#4edaae Text Font Color

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

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


#4edaae Background Color

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

This div background color is #4edaae


#4edaae Border Color

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

This div border color is #4edaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,218,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edaae


Comments

No comments written yet.

Please login to write comment.