Color Hex Logo

#78eaaa Color Hex

#78EAAA
(120,234,170)
0 Favorites   0 Comments

Color spaces of #78eaaa

RGB 120234170
HSL0.410.730.69
HSV146°49°92°
CMYK 0.490.000.27   0.08
XYZ44.424265.741048.3781
Yxy65.74100.28020.4147
Hunter Lab81.0808-44.091321.3803
CIE-Lab84.8641-46.730621.2902

#78eaaa color RGB value is (120,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101010 10101010
Octal 170 352 252
Decimal 120 234 170
Hex 78 EA AA

RGB Percentages of Color #78eaaa

%22.90
%44.66
%32.44

CMYK Percentages of Color #78eaaa

%49
%0
%27
%8

Triadic Colors of #78eaaa

#78eaaa #aa78ea #eaaa78

Analogous Colors of #78eaaa

#78eaaa #78eae3 #7fea78

Monochromatic Colors of #78eaaa

#78eaaa

Complementary Color

#78eaaa #ea78b8

#78eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eaaa Color CSS Codes

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

#78eaaa Text Font Color

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

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


#78eaaa Background Color

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

This div background color is #78eaaa


#78eaaa Border Color

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

This div border color is #78eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eaaa


Comments

No comments written yet.

Please login to write comment.