Color Hex Logo

#4edabe Color Hex

#4EDABE
(78,218,190)
0 Favorites   0 Comments

Color spaces of #4edabe

RGB 78218190
HSL0.470.650.58
HSV168°64°85°
CMYK 0.640.000.13   0.15
XYZ37.507655.480257.4471
Yxy55.48020.24930.3688
Hunter Lab74.4850-40.46356.4117
CIE-Lab79.3171-44.10492.7306

#4edabe color RGB value is (78,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10111110
Octal 116 332 276
Decimal 78 218 190
Hex 4E DA BE

RGB Percentages of Color #4edabe

%16.05
%44.86
%39.09

CMYK Percentages of Color #4edabe

%64
%0
%13
%15

Triadic Colors of #4edabe

#4edabe #be4eda #dabe4e

Analogous Colors of #4edabe

#4edabe #4eb0da #4eda78

Monochromatic Colors of #4edabe

#4edabe

Complementary Color

#4edabe #da4e6a

#4edabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edabe Color CSS Codes

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

#4edabe Text Font Color

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

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


#4edabe Background Color

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

This div background color is #4edabe


#4edabe Border Color

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

This div border color is #4edabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edabe


Comments

No comments written yet.

Please login to write comment.