Color Hex Logo

#789caa Color Hex

#789CAA
(120,156,170)
0 Favorites   0 Comments

Color spaces of #789caa

RGB 120156170
HSL0.550.230.57
HSV197°29°67°
CMYK 0.290.080.00   0.33
XYZ26.889930.672342.5333
Yxy30.67230.26860.3064
Hunter Lab55.3826-10.2524-6.7664
CIE-Lab62.2300-8.9618-11.3225

#789caa color RGB value is (120,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 10101010
Octal 170 234 252
Decimal 120 156 170
Hex 78 9C AA

RGB Percentages of Color #789caa

%26.91
%34.98
%38.12

CMYK Percentages of Color #789caa

%29
%8
%0
%33

Triadic Colors of #789caa

#789caa #aa789c #9caa78

Analogous Colors of #789caa

#789caa #7883aa #78aa9f

Monochromatic Colors of #789caa

#789caa

Complementary Color

#789caa #aa8678

#789caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#789caa Color CSS Codes

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

#789caa Text Font Color

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

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


#789caa Background Color

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

This div background color is #789caa


#789caa Border Color

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

This div border color is #789caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789caa


Comments

No comments written yet.

Please login to write comment.