Color Hex Logo

#78f4ac Color Hex

#78F4AC
(120,244,172)
0 Favorites   0 Comments

Color spaces of #78f4ac

RGB 120244172
HSL0.400.850.71
HSV145°51°96°
CMYK 0.510.000.30   0.04
XYZ47.542871.673050.3582
Yxy71.67300.28040.4227
Hunter Lab84.6599-47.913923.9945
CIE-Lab87.8110-50.557024.3166

#78f4ac color RGB value is (120,244,172).

#78f4ac hex color red value is 120, green value is 244 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #78f4ac hue: 0.40 , saturation: 0.85 and the lightness value of 78f4ac is 0.71.

The process color (four color CMYK) of #78f4ac color hex is 0.51, 0.00, 0.30, 0.04. Web safe color of #78f4ac is #66ff99. Color #78f4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11110100 10101100
Octal 170 364 254
Decimal 120 244 172
Hex 78 F4 AC

RGB Percentages of Color #78f4ac

%22.39
%45.52
%32.09

CMYK Percentages of Color #78f4ac

%51
%0
%30
%4

Triadic Colors of #78f4ac

#78f4ac #ac78f4 #f4ac78

Analogous Colors of #78f4ac

#78f4ac #78f4ea #82f478

Monochromatic Colors of #78f4ac

#78f4ac

Complementary Color

#78f4ac #f478c0

#78f4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78f4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#78f4ac Color CSS Codes

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

#78f4ac Text Font Color

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

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


#78f4ac Background Color

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

This div background color is #78f4ac


#78f4ac Border Color

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

This div border color is #78f4ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,244,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78f4ac


Comments

No comments written yet.

Please login to write comment.