Color Hex Logo

#789ab9 Color Hex

#789AB9
(120,154,185)
0 Favorites   0 Comments

Color spaces of #789ab9

RGB 120154185
HSL0.580.320.60
HSV209°35°73°
CMYK 0.350.170.00   0.27
XYZ28.058330.607150.3279
Yxy30.60710.25740.2808
Hunter Lab55.3237-6.2873-15.2095
CIE-Lab62.1745-4.0359-19.8531

#789ab9 color RGB value is (120,154,185).

#789ab9 hex color red value is 120, green value is 154 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #789ab9 hue: 0.58 , saturation: 0.32 and the lightness value of 789ab9 is 0.60.

The process color (four color CMYK) of #789ab9 color hex is 0.35, 0.17, 0.00, 0.27. Web safe color of #789ab9 is #6699cc. Color #789ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10111001
Octal 170 232 271
Decimal 120 154 185
Hex 78 9A B9

RGB Percentages of Color #789ab9

%26.14
%33.55
%40.31

CMYK Percentages of Color #789ab9

%35
%17
%0
%27

Triadic Colors of #789ab9

#789ab9 #b9789a #9ab978

Analogous Colors of #789ab9

#789ab9 #787ab9 #78b9b8

Monochromatic Colors of #789ab9

#789ab9

Complementary Color

#789ab9 #b99778

#789ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ab9 Color CSS Codes

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

#789ab9 Text Font Color

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

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


#789ab9 Background Color

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

This div background color is #789ab9


#789ab9 Border Color

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

This div border color is #789ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ab9


Comments

No comments written yet.

Please login to write comment.