Color Hex Logo

#78a88d Color Hex

#78A88D
(120,168,141)
0 Favorites   0 Comments

Color spaces of #78a88d

RGB 120168141
HSL0.410.220.56
HSV146°29°66°
CMYK 0.290.000.16   0.34
XYZ26.556133.921430.3471
Yxy33.92140.29240.3735
Hunter Lab58.2421-20.53479.8763
CIE-Lab64.9001-21.83488.8411

#78a88d color RGB value is (120,168,141).

#78a88d hex color red value is 120, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #78a88d hue: 0.41 , saturation: 0.22 and the lightness value of 78a88d is 0.56.

The process color (four color CMYK) of #78a88d color hex is 0.29, 0.00, 0.16, 0.34. Web safe color of #78a88d is #669999. Color #78a88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101000 10001101
Octal 170 250 215
Decimal 120 168 141
Hex 78 A8 8D

RGB Percentages of Color #78a88d

%27.97
%39.16
%32.87

CMYK Percentages of Color #78a88d

%29
%0
%16
%34

Triadic Colors of #78a88d

#78a88d #8d78a8 #a88d78

Analogous Colors of #78a88d

#78a88d #78a8a5 #7ba878

Monochromatic Colors of #78a88d

#78a88d

Complementary Color

#78a88d #a87893

#78a88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a88d Color CSS Codes

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

#78a88d Text Font Color

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

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


#78a88d Background Color

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

This div background color is #78a88d


#78a88d Border Color

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

This div border color is #78a88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a88d


Comments

No comments written yet.

Please login to write comment.