Color Hex Logo

#78cb8a Color Hex

#78CB8A
(120,203,138)
0 Favorites   0 Comments

Color spaces of #78cb8a

RGB 120203138
HSL0.370.440.63
HSV133°41°80°
CMYK 0.410.000.32   0.20
XYZ33.689148.539931.6383
Yxy48.53990.29590.4263
Hunter Lab69.6706-35.610121.8451
CIE-Lab75.1642-39.098224.7106

#78cb8a color RGB value is (120,203,138).

#78cb8a hex color red value is 120, green value is 203 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #78cb8a hue: 0.37 , saturation: 0.44 and the lightness value of 78cb8a is 0.63.

The process color (four color CMYK) of #78cb8a color hex is 0.41, 0.00, 0.32, 0.20. Web safe color of #78cb8a is #66cc99. Color #78cb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 10001010
Octal 170 313 212
Decimal 120 203 138
Hex 78 CB 8A

RGB Percentages of Color #78cb8a

%26.03
%44.03
%29.93

CMYK Percentages of Color #78cb8a

%41
%0
%32
%20

Triadic Colors of #78cb8a

#78cb8a #8a78cb #cb8a78

Analogous Colors of #78cb8a

#78cb8a #78cbb4 #90cb78

Monochromatic Colors of #78cb8a

#78cb8a

Complementary Color

#78cb8a #cb78b9

#78cb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cb8a Color CSS Codes

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

#78cb8a Text Font Color

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

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


#78cb8a Background Color

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

This div background color is #78cb8a


#78cb8a Border Color

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

This div border color is #78cb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cb8a


Comments

No comments written yet.

Please login to write comment.