Color Hex Logo

#78fea1 Color Hex

#78FEA1
(120,254,161)
0 Favorites   0 Comments

Color spaces of #78fea1

RGB 120254161
HSL0.380.990.73
HSV138°53°100°
CMYK 0.530.000.37   0.00
XYZ49.620677.449946.0523
Yxy77.44990.28660.4474
Hunter Lab88.0056-53.365430.5782
CIE-Lab90.5283-56.569833.5419

#78fea1 color RGB value is (120,254,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 10100001
Octal 170 376 241
Decimal 120 254 161
Hex 78 FE A1

RGB Percentages of Color #78fea1

%22.43
%47.48
%30.09

CMYK Percentages of Color #78fea1

%53
%0
%37
%0

Triadic Colors of #78fea1

#78fea1 #a178fe #fea178

Analogous Colors of #78fea1

#78fea1 #78fee4 #92fe78

Monochromatic Colors of #78fea1

#78fea1

Complementary Color

#78fea1 #fe78d5

#78fea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fea1 Color CSS Codes

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

#78fea1 Text Font Color

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

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


#78fea1 Background Color

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

This div background color is #78fea1


#78fea1 Border Color

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

This div border color is #78fea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fea1


Comments

No comments written yet.

Please login to write comment.