Color Hex Logo

#4edb91 Color Hex

#4EDB91
(78,219,145)
0 Favorites   0 Comments

Color spaces of #4edb91

RGB 78219145
HSL0.410.660.58
HSV149°64°86°
CMYK 0.640.000.34   0.14
XYZ33.584254.327135.5042
Yxy54.32710.27210.4402
Hunter Lab73.7069-47.654523.0352
CIE-Lab78.6521-54.499825.5347

#4edb91 color RGB value is (78,219,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 10010001
Octal 116 333 221
Decimal 78 219 145
Hex 4E DB 91

RGB Percentages of Color #4edb91

%17.65
%49.55
%32.81

CMYK Percentages of Color #4edb91

%64
%0
%34
%14

Triadic Colors of #4edb91

#4edb91 #914edb #db914e

Analogous Colors of #4edb91

#4edb91 #4edbd8 #51db4e

Monochromatic Colors of #4edb91

#4edb91

Complementary Color

#4edb91 #db4e98

#4edb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edb91 Color CSS Codes

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

#4edb91 Text Font Color

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

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


#4edb91 Background Color

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

This div background color is #4edb91


#4edb91 Border Color

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

This div border color is #4edb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edb91


Comments

No comments written yet.

Please login to write comment.