Color Hex Logo

#4edd8d Color Hex

#4EDD8D
(78,221,141)
0 Favorites   0 Comments

Color spaces of #4edd8d

RGB 78221141
HSL0.410.680.59
HSV146°65°87°
CMYK 0.650.000.36   0.13
XYZ33.806155.255734.0830
Yxy55.25570.27450.4487
Hunter Lab74.3342-48.905624.8488
CIE-Lab79.1883-56.034428.3211

#4edd8d color RGB value is (78,221,141).

#4edd8d hex color red value is 78, green value is 221 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4edd8d hue: 0.41 , saturation: 0.68 and the lightness value of 4edd8d is 0.59.

The process color (four color CMYK) of #4edd8d color hex is 0.65, 0.00, 0.36, 0.13. Web safe color of #4edd8d is #66cc99. Color #4edd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 10001101
Octal 116 335 215
Decimal 78 221 141
Hex 4E DD 8D

RGB Percentages of Color #4edd8d

%17.73
%50.23
%32.05

CMYK Percentages of Color #4edd8d

%65
%0
%36
%13

Triadic Colors of #4edd8d

#4edd8d #8d4edd #dd8d4e

Analogous Colors of #4edd8d

#4edd8d #4eddd5 #57dd4e

Monochromatic Colors of #4edd8d

#4edd8d

Complementary Color

#4edd8d #dd4e9e

#4edd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edd8d Color CSS Codes

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

#4edd8d Text Font Color

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

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


#4edd8d Background Color

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

This div background color is #4edd8d


#4edd8d Border Color

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

This div border color is #4edd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edd8d


Comments

No comments written yet.

Please login to write comment.