Color Hex Logo

#4ec8aa Color Hex

#4EC8AA
(78,200,170)
0 Favorites   0 Comments

Color spaces of #4ec8aa

RGB 78200170
HSL0.460.530.55
HSV165°61°78°
CMYK 0.610.000.15   0.22
XYZ31.051945.830545.2398
Yxy45.83050.25430.3753
Hunter Lab67.6982-36.59737.7678
CIE-Lab73.4354-41.13174.9596

#4ec8aa color RGB value is (78,200,170).

#4ec8aa hex color red value is 78, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4ec8aa hue: 0.46 , saturation: 0.53 and the lightness value of 4ec8aa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001000 10101010
Octal 116 310 252
Decimal 78 200 170
Hex 4E C8 AA

RGB Percentages of Color #4ec8aa

%17.41
%44.64
%37.95

CMYK Percentages of Color #4ec8aa

%61
%0
%15
%22

Triadic Colors of #4ec8aa

#4ec8aa #aa4ec8 #c8aa4e

Analogous Colors of #4ec8aa

#4ec8aa #4ea9c8 #4ec86d

Monochromatic Colors of #4ec8aa

#4ec8aa

Complementary Color

#4ec8aa #c84e6c

#4ec8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec8aa Color CSS Codes

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

#4ec8aa Text Font Color

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

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


#4ec8aa Background Color

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

This div background color is #4ec8aa


#4ec8aa Border Color

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

This div border color is #4ec8aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,200,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 #4ec8aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec8aa


Comments

No comments written yet.

Please login to write comment.