Color Hex Logo

#789aaa Color Hex

#789AAA
(120,154,170)
0 Favorites   0 Comments

Color spaces of #789aaa

RGB 120154170
HSL0.550.230.57
HSV199°29°67°
CMYK 0.290.090.00   0.33
XYZ26.557030.006642.4223
Yxy30.00660.26830.3031
Hunter Lab54.7783-9.3236-7.5715
CIE-Lab61.6599-7.8646-12.1782

#789aaa color RGB value is (120,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10101010
Octal 170 232 252
Decimal 120 154 170
Hex 78 9A AA

RGB Percentages of Color #789aaa

%27.03
%34.68
%38.29

CMYK Percentages of Color #789aaa

%29
%9
%0
%33

Triadic Colors of #789aaa

#789aaa #aa789a #9aaa78

Analogous Colors of #789aaa

#789aaa #7881aa #78aaa1

Monochromatic Colors of #789aaa

#789aaa

Complementary Color

#789aaa #aa8878

#789aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#789aaa Color CSS Codes

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

#789aaa Text Font Color

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

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


#789aaa Background Color

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

This div background color is #789aaa


#789aaa Border Color

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

This div border color is #789aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789aaa


Comments

No comments written yet.

Please login to write comment.