Color Hex Logo

#78feac Color Hex

#78FEAC
(120,254,172)
0 Favorites   0 Comments

Color spaces of #78feac

RGB 120254172
HSL0.400.990.73
HSV143°53°100°
CMYK 0.530.000.32   0.00
XYZ50.633977.855251.3886
Yxy77.85520.28150.4328
Hunter Lab88.2356-51.980327.2343
CIE-Lab90.7138-54.647328.2736

#78feac color RGB value is (120,254,172).

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

The process color (four color CMYK) of #78feac color hex is 0.53, 0.00, 0.32, 0.00. Web safe color of #78feac is #66ff99. Color #78feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 10101100
Octal 170 376 254
Decimal 120 254 172
Hex 78 FE AC

RGB Percentages of Color #78feac

%21.98
%46.52
%31.50

CMYK Percentages of Color #78feac

%53
%0
%32
%0

Triadic Colors of #78feac

#78feac #ac78fe #feac78

Analogous Colors of #78feac

#78feac #78feef #87fe78

Monochromatic Colors of #78feac

#78feac

Complementary Color

#78feac #fe78ca

#78feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#78feac Color CSS Codes

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

#78feac Text Font Color

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

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


#78feac Background Color

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

This div background color is #78feac


#78feac Border Color

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

This div border color is #78feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78feac


Comments

No comments written yet.

Please login to write comment.