Color Hex Logo

#789fbd Color Hex

#789FBD
(120,159,189)
0 Favorites   0 Comments

Color spaces of #789fbd

RGB 120159189
HSL0.570.340.61
HSV206°37°74°
CMYK 0.370.160.00   0.26
XYZ29.329232.463552.8644
Yxy32.46350.25580.2831
Hunter Lab56.9767-7.8251-15.1270
CIE-Lab63.7241-5.7625-19.7368

#789fbd color RGB value is (120,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 10111101
Octal 170 237 275
Decimal 120 159 189
Hex 78 9F BD

RGB Percentages of Color #789fbd

%25.64
%33.97
%40.38

CMYK Percentages of Color #789fbd

%37
%16
%0
%26

Triadic Colors of #789fbd

#789fbd #bd789f #9fbd78

Analogous Colors of #789fbd

#789fbd #787dbd #78bdb9

Monochromatic Colors of #789fbd

#789fbd

Complementary Color

#789fbd #bd9678

#789fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789fbd Color CSS Codes

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

#789fbd Text Font Color

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

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


#789fbd Background Color

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

This div background color is #789fbd


#789fbd Border Color

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

This div border color is #789fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789fbd


Comments

No comments written yet.

Please login to write comment.