Color Hex Logo

#4eddab Color Hex

#4EDDAB
(78,221,171)
0 Favorites   0 Comments

Color spaces of #4eddab

RGB 78221171
HSL0.440.680.59
HSV159°65°87°
CMYK 0.650.000.23   0.13
XYZ36.349056.272947.4740
Yxy56.27290.25950.4017
Hunter Lab75.0153-44.783714.9885
CIE-Lab79.7689-49.868213.4620

#4eddab color RGB value is (78,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 10101011
Octal 116 335 253
Decimal 78 221 171
Hex 4E DD AB

RGB Percentages of Color #4eddab

%16.60
%47.02
%36.38

CMYK Percentages of Color #4eddab

%65
%0
%23
%13

Triadic Colors of #4eddab

#4eddab #ab4edd #ddab4e

Analogous Colors of #4eddab

#4eddab #4ec8dd #4edd64

Monochromatic Colors of #4eddab

#4eddab

Complementary Color

#4eddab #dd4e80

#4eddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddab Color CSS Codes

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

#4eddab Text Font Color

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

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


#4eddab Background Color

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

This div background color is #4eddab


#4eddab Border Color

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

This div border color is #4eddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddab


Comments

No comments written yet.

Please login to write comment.