Color Hex Logo

#78ecaa Color Hex

#78ECAA
(120,236,170)
0 Favorites   0 Comments

Color spaces of #78ecaa

RGB 120236170
HSL0.410.750.70
HSV146°49°93°
CMYK 0.490.000.28   0.07
XYZ44.996966.886348.5690
Yxy66.88630.28040.4169
Hunter Lab81.7840-44.912922.0383
CIE-Lab85.4465-47.580422.0938

#78ecaa color RGB value is (120,236,170).

#78ecaa hex color red value is 120, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #78ecaa hue: 0.41 , saturation: 0.75 and the lightness value of 78ecaa is 0.70.

The process color (four color CMYK) of #78ecaa color hex is 0.49, 0.00, 0.28, 0.07. Web safe color of #78ecaa is #66ff99. Color #78ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101100 10101010
Octal 170 354 252
Decimal 120 236 170
Hex 78 EC AA

RGB Percentages of Color #78ecaa

%22.81
%44.87
%32.32

CMYK Percentages of Color #78ecaa

%49
%0
%28
%7

Triadic Colors of #78ecaa

#78ecaa #aa78ec #ecaa78

Analogous Colors of #78ecaa

#78ecaa #78ece4 #80ec78

Monochromatic Colors of #78ecaa

#78ecaa

Complementary Color

#78ecaa #ec78ba

#78ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ecaa Color CSS Codes

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

#78ecaa Text Font Color

<p style="color:#78ecaa">Text here</p>

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


#78ecaa Background Color

<div style="background-color:#78ecaa">
Div content here</div>

This div background color is #78ecaa


#78ecaa Border Color

<div style="border:3px solid #78ecaa">
Div here</div>

This div border color is #78ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ecaa


Comments

No comments written yet.

Please login to write comment.