Color Hex Logo

#78b09e Color Hex

#78B09E
(120,176,158)
0 Favorites   0 Comments

Color spaces of #78b09e

RGB 120176158
HSL0.450.260.58
HSV161°32°69°
CMYK 0.320.000.10   0.31
XYZ29.442637.512438.0366
Yxy37.51240.28040.3573
Hunter Lab61.2474-21.37516.0521
CIE-Lab67.6597-22.29133.3843

#78b09e color RGB value is (120,176,158).

#78b09e hex color red value is 120, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #78b09e hue: 0.45 , saturation: 0.26 and the lightness value of 78b09e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110000 10011110
Octal 170 260 236
Decimal 120 176 158
Hex 78 B0 9E

RGB Percentages of Color #78b09e

%26.43
%38.77
%34.80

CMYK Percentages of Color #78b09e

%32
%0
%10
%31

Triadic Colors of #78b09e

#78b09e #9e78b0 #b09e78

Analogous Colors of #78b09e

#78b09e #78a6b0 #78b082

Monochromatic Colors of #78b09e

#78b09e

Complementary Color

#78b09e #b0788a

#78b09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b09e Color CSS Codes

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

#78b09e Text Font Color

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

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


#78b09e Background Color

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

This div background color is #78b09e


#78b09e Border Color

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

This div border color is #78b09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78b09e


Comments

No comments written yet.

Please login to write comment.