Color Hex Logo

#789baa Color Hex

#789BAA
(120,155,170)
0 Favorites   0 Comments

Color spaces of #789baa

RGB 120155170
HSL0.550.230.57
HSV198°29°67°
CMYK 0.290.090.00   0.33
XYZ26.722830.338042.4776
Yxy30.33800.26850.3048
Hunter Lab55.0799-9.7881-7.1684
CIE-Lab61.9448-8.4136-11.7505

#789baa color RGB value is (120,155,170).

#789baa hex color red value is 120, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #789baa hue: 0.55 , saturation: 0.23 and the lightness value of 789baa is 0.57.

The process color (four color CMYK) of #789baa color hex is 0.29, 0.09, 0.00, 0.33. Web safe color of #789baa is #669999. Color #789baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 10101010
Octal 170 233 252
Decimal 120 155 170
Hex 78 9B AA

RGB Percentages of Color #789baa

%26.97
%34.83
%38.20

CMYK Percentages of Color #789baa

%29
%9
%0
%33

Triadic Colors of #789baa

#789baa #aa789b #9baa78

Analogous Colors of #789baa

#789baa #7882aa #78aaa0

Monochromatic Colors of #789baa

#789baa

Complementary Color

#789baa #aa8778

#789baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#789baa Color CSS Codes

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

#789baa Text Font Color

<p style="color:#789baa">Text here</p>

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


#789baa Background Color

<div style="background-color:#789baa">
Div content here</div>

This div background color is #789baa


#789baa Border Color

<div style="border:3px solid #789baa">
Div here</div>

This div border color is #789baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789baa


Comments

No comments written yet.

Please login to write comment.