Color Hex Logo

#789dbd Color Hex

#789DBD
(120,157,189)
0 Favorites   0 Comments

Color spaces of #789dbd

RGB 120157189
HSL0.580.340.61
HSV208°37°74°
CMYK 0.370.170.00   0.26
XYZ28.988031.781152.7507
Yxy31.78110.25540.2800
Hunter Lab56.3747-6.8707-16.0163
CIE-Lab63.1616-4.6530-20.5940

#789dbd color RGB value is (120,157,189).

#789dbd hex color red value is 120, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #789dbd hue: 0.58 , saturation: 0.34 and the lightness value of 789dbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10111101
Octal 170 235 275
Decimal 120 157 189
Hex 78 9D BD

RGB Percentages of Color #789dbd

%25.75
%33.69
%40.56

CMYK Percentages of Color #789dbd

%37
%17
%0
%26

Triadic Colors of #789dbd

#789dbd #bd789d #9dbd78

Analogous Colors of #789dbd

#789dbd #787bbd #78bdbb

Monochromatic Colors of #789dbd

#789dbd

Complementary Color

#789dbd #bd9878

#789dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dbd Color CSS Codes

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

#789dbd Text Font Color

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

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


#789dbd Background Color

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

This div background color is #789dbd


#789dbd Border Color

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

This div border color is #789dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dbd


Comments

No comments written yet.

Please login to write comment.