Color Hex Logo

#78fea4 Color Hex

#78FEA4
(120,254,164)
0 Favorites   0 Comments

Color spaces of #78fea4

RGB 120254164
HSL0.390.990.73
HSV140°53°100°
CMYK 0.530.000.35   0.00
XYZ49.888477.557047.4626
Yxy77.55700.28520.4434
Hunter Lab88.0665-52.998629.6927
CIE-Lab90.5774-56.058432.1094

#78fea4 color RGB value is (120,254,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 10100100
Octal 170 376 244
Decimal 120 254 164
Hex 78 FE A4

RGB Percentages of Color #78fea4

%22.30
%47.21
%30.48

CMYK Percentages of Color #78fea4

%53
%0
%35
%0

Triadic Colors of #78fea4

#78fea4 #a478fe #fea478

Analogous Colors of #78fea4

#78fea4 #78fee7 #8ffe78

Monochromatic Colors of #78fea4

#78fea4

Complementary Color

#78fea4 #fe78d2

#78fea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fea4 Color CSS Codes

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

#78fea4 Text Font Color

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

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


#78fea4 Background Color

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

This div background color is #78fea4


#78fea4 Border Color

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

This div border color is #78fea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fea4


Comments

No comments written yet.

Please login to write comment.