Color Hex Logo

#789dad Color Hex

#789DAD
(120,157,173)
0 Favorites   0 Comments

Color spaces of #789dad

RGB 120157173
HSL0.550.240.57
HSV198°31°68°
CMYK 0.310.090.00   0.32
XYZ27.345531.124144.1015
Yxy31.12410.26660.3034
Hunter Lab55.7890-10.1372-7.8168
CIE-Lab62.6123-8.7660-12.4387

#789dad color RGB value is (120,157,173).

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

The process color (four color CMYK) of #789dad color hex is 0.31, 0.09, 0.00, 0.32. Web safe color of #789dad is #669999. Color #789dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10101101
Octal 170 235 255
Decimal 120 157 173
Hex 78 9D AD

RGB Percentages of Color #789dad

%26.67
%34.89
%38.44

CMYK Percentages of Color #789dad

%31
%9
%0
%32

Triadic Colors of #789dad

#789dad #ad789d #9dad78

Analogous Colors of #789dad

#789dad #7883ad #78ada3

Monochromatic Colors of #789dad

#789dad

Complementary Color

#789dad #ad8878

#789dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dad Color CSS Codes

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

#789dad Text Font Color

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

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


#789dad Background Color

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

This div background color is #789dad


#789dad Border Color

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

This div border color is #789dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dad


Comments

No comments written yet.

Please login to write comment.