Color Hex Logo

#789fbe Color Hex

#789FBE
(120,159,190)
0 Favorites   0 Comments

Color spaces of #789fbe

RGB 120159190
HSL0.570.350.61
HSV207°37°75°
CMYK 0.370.160.00   0.25
XYZ29.438132.507053.4381
Yxy32.50700.25510.2817
Hunter Lab57.0149-7.6125-15.6600
CIE-Lab63.7597-5.4983-20.2421

#789fbe color RGB value is (120,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 10111110
Octal 170 237 276
Decimal 120 159 190
Hex 78 9F BE

RGB Percentages of Color #789fbe

%25.59
%33.90
%40.51

CMYK Percentages of Color #789fbe

%37
%16
%0
%25

Triadic Colors of #789fbe

#789fbe #be789f #9fbe78

Analogous Colors of #789fbe

#789fbe #787cbe #78beba

Monochromatic Colors of #789fbe

#789fbe

Complementary Color

#789fbe #be9778

#789fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#789fbe Color CSS Codes

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

#789fbe Text Font Color

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

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


#789fbe Background Color

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

This div background color is #789fbe


#789fbe Border Color

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

This div border color is #789fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789fbe


Comments

No comments written yet.

Please login to write comment.