Color Hex Logo

#78cb9b Color Hex

#78CB9B
(120,203,155)
0 Favorites   0 Comments

Color spaces of #78cb9b

RGB 120203155
HSL0.400.440.63
HSV145°41°80°
CMYK 0.410.000.24   0.20
XYZ35.018149.071538.6364
Yxy49.07150.28530.3998
Hunter Lab70.0511-33.358316.3346
CIE-Lab75.4958-35.934316.1582

#78cb9b color RGB value is (120,203,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 10011011
Octal 170 313 233
Decimal 120 203 155
Hex 78 CB 9B

RGB Percentages of Color #78cb9b

%25.10
%42.47
%32.43

CMYK Percentages of Color #78cb9b

%41
%0
%24
%20

Triadic Colors of #78cb9b

#78cb9b #9b78cb #cb9b78

Analogous Colors of #78cb9b

#78cb9b #78cbc5 #7fcb78

Monochromatic Colors of #78cb9b

#78cb9b

Complementary Color

#78cb9b #cb78a8

#78cb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cb9b Color CSS Codes

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

#78cb9b Text Font Color

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

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


#78cb9b Background Color

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

This div background color is #78cb9b


#78cb9b Border Color

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

This div border color is #78cb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cb9b


Comments

No comments written yet.

Please login to write comment.