Color Hex Logo

#4edb87 Color Hex

#4EDB87
(78,219,135)
0 Favorites   0 Comments

Color spaces of #4edb87

RGB 78219135
HSL0.400.660.58
HSV144°64°86°
CMYK 0.640.000.38   0.14
XYZ32.846654.032031.6197
Yxy54.03200.27720.4560
Hunter Lab73.5065-48.873025.9502
CIE-Lab78.4804-56.366830.4542

#4edb87 color RGB value is (78,219,135).

#4edb87 hex color red value is 78, green value is 219 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #4edb87 hue: 0.40 , saturation: 0.66 and the lightness value of 4edb87 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 10000111
Octal 116 333 207
Decimal 78 219 135
Hex 4E DB 87

RGB Percentages of Color #4edb87

%18.06
%50.69
%31.25

CMYK Percentages of Color #4edb87

%64
%0
%38
%14

Triadic Colors of #4edb87

#4edb87 #874edb #db874e

Analogous Colors of #4edb87

#4edb87 #4edbce #5bdb4e

Monochromatic Colors of #4edb87

#4edb87

Complementary Color

#4edb87 #db4ea2

#4edb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edb87 Color CSS Codes

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

#4edb87 Text Font Color

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

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


#4edb87 Background Color

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

This div background color is #4edb87


#4edb87 Border Color

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

This div border color is #4edb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edb87


Comments

No comments written yet.

Please login to write comment.