Color Hex Logo

#78bdaa Color Hex

#78BDAA
(120,189,170)
0 Favorites   0 Comments

Color spaces of #78bdaa

RGB 120189170
HSL0.450.340.61
HSV163°37°74°
CMYK 0.370.000.10   0.26
XYZ33.199043.290544.6363
Yxy43.29050.27410.3574
Hunter Lab65.7955-25.07495.8340
CIE-Lab71.7517-26.11342.7232

#78bdaa color RGB value is (120,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111101 10101010
Octal 170 275 252
Decimal 120 189 170
Hex 78 BD AA

RGB Percentages of Color #78bdaa

%25.05
%39.46
%35.49

CMYK Percentages of Color #78bdaa

%37
%0
%10
%26

Triadic Colors of #78bdaa

#78bdaa #aa78bd #bdaa78

Analogous Colors of #78bdaa

#78bdaa #78aebd #78bd88

Monochromatic Colors of #78bdaa

#78bdaa

Complementary Color

#78bdaa #bd788b

#78bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bdaa Color CSS Codes

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

#78bdaa Text Font Color

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

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


#78bdaa Background Color

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

This div background color is #78bdaa


#78bdaa Border Color

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

This div border color is #78bdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,189,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 #78bdaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bdaa


Comments

No comments written yet.

Please login to write comment.