Color Hex Logo

#78e69a Color Hex

#78E69A
(120,230,154)
0 Favorites   0 Comments

Color spaces of #78e69a

RGB 120230154
HSL0.380.690.69
HSV139°48°90°
CMYK 0.480.000.33   0.10
XYZ41.875362.919840.5095
Yxy62.91980.28820.4330
Hunter Lab79.3220-44.580625.2462
CIE-Lab83.4002-47.988227.5343

#78e69a color RGB value is (120,230,154).

#78e69a hex color red value is 120, green value is 230 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #78e69a hue: 0.38 , saturation: 0.69 and the lightness value of 78e69a is 0.69.

The process color (four color CMYK) of #78e69a color hex is 0.48, 0.00, 0.33, 0.10. Web safe color of #78e69a is #66ff99. Color #78e69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11100110 10011010
Octal 170 346 232
Decimal 120 230 154
Hex 78 E6 9A

RGB Percentages of Color #78e69a

%23.81
%45.63
%30.56

CMYK Percentages of Color #78e69a

%48
%0
%33
%10

Triadic Colors of #78e69a

#78e69a #9a78e6 #e69a78

Analogous Colors of #78e69a

#78e69a #78e6d1 #8de678

Monochromatic Colors of #78e69a

#78e69a

Complementary Color

#78e69a #e678c4

#78e69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78e69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78e69a Color CSS Codes

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

#78e69a Text Font Color

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

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


#78e69a Background Color

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

This div background color is #78e69a


#78e69a Border Color

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

This div border color is #78e69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78e69a


Comments

No comments written yet.

Please login to write comment.