Color Hex Logo

#4edaaf Color Hex

#4EDAAF
(78,218,175)
0 Favorites   0 Comments

Color spaces of #4edaaf

RGB 78218175
HSL0.450.650.58
HSV162°64°85°
CMYK 0.640.000.20   0.15
XYZ35.951254.857749.2512
Yxy54.85770.25670.3917
Hunter Lab74.0660-42.972612.4205
CIE-Lab78.9592-47.707110.1967

#4edaaf color RGB value is (78,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10101111
Octal 116 332 257
Decimal 78 218 175
Hex 4E DA AF

RGB Percentages of Color #4edaaf

%16.56
%46.28
%37.15

CMYK Percentages of Color #4edaaf

%64
%0
%20
%15

Triadic Colors of #4edaaf

#4edaaf #af4eda #daaf4e

Analogous Colors of #4edaaf

#4edaaf #4ebfda #4eda69

Monochromatic Colors of #4edaaf

#4edaaf

Complementary Color

#4edaaf #da4e79

#4edaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edaaf Color CSS Codes

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

#4edaaf Text Font Color

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

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


#4edaaf Background Color

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

This div background color is #4edaaf


#4edaaf Border Color

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

This div border color is #4edaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edaaf


Comments

No comments written yet.

Please login to write comment.