Color Hex Logo

#78ad87 Color Hex

#78AD87
(120,173,135)
0 Favorites   0 Comments

Color spaces of #78ad87

RGB 120173135
HSL0.380.240.57
HSV137°31°68°
CMYK 0.310.000.22   0.32
XYZ27.062535.629528.3725
Yxy35.62950.29720.3913
Hunter Lab59.6905-23.529813.6012
CIE-Lab66.2359-25.527614.0414

#78ad87 color RGB value is (120,173,135).

#78ad87 hex color red value is 120, green value is 173 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #78ad87 hue: 0.38 , saturation: 0.24 and the lightness value of 78ad87 is 0.57.

The process color (four color CMYK) of #78ad87 color hex is 0.31, 0.00, 0.22, 0.32. Web safe color of #78ad87 is #669999. Color #78ad87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 10000111
Octal 170 255 207
Decimal 120 173 135
Hex 78 AD 87

RGB Percentages of Color #78ad87

%28.04
%40.42
%31.54

CMYK Percentages of Color #78ad87

%31
%0
%22
%32

Triadic Colors of #78ad87

#78ad87 #8778ad #ad8778

Analogous Colors of #78ad87

#78ad87 #78ada2 #84ad78

Monochromatic Colors of #78ad87

#78ad87

Complementary Color

#78ad87 #ad789e

#78ad87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ad87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ad87 Color CSS Codes

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

#78ad87 Text Font Color

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

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


#78ad87 Background Color

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

This div background color is #78ad87


#78ad87 Border Color

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

This div border color is #78ad87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ad87


Comments

No comments written yet.

Please login to write comment.