Color Hex Logo

#78bbaf Color Hex

#78BBAF
(120,187,175)
0 Favorites   0 Comments

Color spaces of #78bbaf

RGB 120187175
HSL0.470.330.60
HSV169°36°73°
CMYK 0.360.000.06   0.27
XYZ33.253942.628947.0330
Yxy42.62890.27050.3468
Hunter Lab65.2908-23.34532.9933
CIE-Lab71.3024-23.9827-0.6644

#78bbaf color RGB value is (120,187,175).

#78bbaf hex color red value is 120, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #78bbaf hue: 0.47 , saturation: 0.33 and the lightness value of 78bbaf is 0.60.

The process color (four color CMYK) of #78bbaf color hex is 0.36, 0.00, 0.06, 0.27. Web safe color of #78bbaf is #66cc99. Color #78bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 10101111
Octal 170 273 257
Decimal 120 187 175
Hex 78 BB AF

RGB Percentages of Color #78bbaf

%24.90
%38.80
%36.31

CMYK Percentages of Color #78bbaf

%36
%0
%6
%27

Triadic Colors of #78bbaf

#78bbaf #af78bb #bbaf78

Analogous Colors of #78bbaf

#78bbaf #78a6bb #78bb8e

Monochromatic Colors of #78bbaf

#78bbaf

Complementary Color

#78bbaf #bb7884

#78bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbaf Color CSS Codes

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

#78bbaf Text Font Color

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

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


#78bbaf Background Color

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

This div background color is #78bbaf


#78bbaf Border Color

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

This div border color is #78bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbaf


Comments

No comments written yet.

Please login to write comment.