Color Hex Logo

#78bfaa Color Hex

#78BFAA
(120,191,170)
0 Favorites   0 Comments

Color spaces of #78bfaa

RGB 120191170
HSL0.450.360.61
HSV162°37°75°
CMYK 0.370.000.11   0.25
XYZ33.632244.157044.7807
Yxy44.15700.27440.3603
Hunter Lab66.4507-25.94596.5604
CIE-Lab72.3333-27.09543.5660

#78bfaa color RGB value is (120,191,170).

#78bfaa hex color red value is 120, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #78bfaa hue: 0.45 , saturation: 0.36 and the lightness value of 78bfaa is 0.61.

The process color (four color CMYK) of #78bfaa color hex is 0.37, 0.00, 0.11, 0.25. Web safe color of #78bfaa is #66cc99. Color #78bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 10101010
Octal 170 277 252
Decimal 120 191 170
Hex 78 BF AA

RGB Percentages of Color #78bfaa

%24.95
%39.71
%35.34

CMYK Percentages of Color #78bfaa

%37
%0
%11
%25

Triadic Colors of #78bfaa

#78bfaa #aa78bf #bfaa78

Analogous Colors of #78bfaa

#78bfaa #78b1bf #78bf87

Monochromatic Colors of #78bfaa

#78bfaa

Complementary Color

#78bfaa #bf788d

#78bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfaa Color CSS Codes

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

#78bfaa Text Font Color

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

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


#78bfaa Background Color

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

This div background color is #78bfaa


#78bfaa Border Color

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

This div border color is #78bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfaa


Comments

No comments written yet.

Please login to write comment.