Color Hex Logo

#4ed8aa Color Hex

#4ED8AA
(78,216,170)
0 Favorites   0 Comments

Color spaces of #4ed8aa

RGB 78216170
HSL0.440.640.58
HSV160°64°85°
CMYK 0.640.000.21   0.15
XYZ34.953553.633746.5403
Yxy53.63370.25870.3969
Hunter Lab73.2350-42.967113.5862
CIE-Lab78.2477-48.016411.8400

#4ed8aa color RGB value is (78,216,170).

#4ed8aa hex color red value is 78, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4ed8aa hue: 0.44 , saturation: 0.64 and the lightness value of 4ed8aa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011000 10101010
Octal 116 330 252
Decimal 78 216 170
Hex 4E D8 AA

RGB Percentages of Color #4ed8aa

%16.81
%46.55
%36.64

CMYK Percentages of Color #4ed8aa

%64
%0
%21
%15

Triadic Colors of #4ed8aa

#4ed8aa #aa4ed8 #d8aa4e

Analogous Colors of #4ed8aa

#4ed8aa #4ec1d8 #4ed865

Monochromatic Colors of #4ed8aa

#4ed8aa

Complementary Color

#4ed8aa #d84e7c

#4ed8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed8aa Color CSS Codes

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

#4ed8aa Text Font Color

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

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


#4ed8aa Background Color

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

This div background color is #4ed8aa


#4ed8aa Border Color

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

This div border color is #4ed8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed8aa


Comments

No comments written yet.

Please login to write comment.