Color Hex Logo

#78c685 Color Hex

#78C685
(120,198,133)
0 Favorites   0 Comments

Color spaces of #78c685

RGB 120198133
HSL0.360.410.62
HSV130°39°78°
CMYK 0.390.000.33   0.22
XYZ32.173546.074729.3879
Yxy46.07470.29890.4281
Hunter Lab67.8783-34.180321.8453
CIE-Lab73.5940-37.718025.2217

#78c685 color RGB value is (120,198,133).

#78c685 hex color red value is 120, green value is 198 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #78c685 hue: 0.36 , saturation: 0.41 and the lightness value of 78c685 is 0.62.

The process color (four color CMYK) of #78c685 color hex is 0.39, 0.00, 0.33, 0.22. Web safe color of #78c685 is #66cc99. Color #78c685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11000110 10000101
Octal 170 306 205
Decimal 120 198 133
Hex 78 C6 85

RGB Percentages of Color #78c685

%26.61
%43.90
%29.49

CMYK Percentages of Color #78c685

%39
%0
%33
%22

Triadic Colors of #78c685

#78c685 #8578c6 #c68578

Analogous Colors of #78c685

#78c685 #78c6ac #92c678

Monochromatic Colors of #78c685

#78c685

Complementary Color

#78c685 #c678b9

#78c685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78c685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78c685 Color CSS Codes

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

#78c685 Text Font Color

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

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


#78c685 Background Color

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

This div background color is #78c685


#78c685 Border Color

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

This div border color is #78c685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78c685


Comments

No comments written yet.

Please login to write comment.