Color Hex Logo

#789abe Color Hex

#789ABE
(120,154,190)
0 Favorites   0 Comments

Color spaces of #789abe

RGB 120154190
HSL0.590.350.61
HSV211°37°75°
CMYK 0.370.190.00   0.25
XYZ28.595630.822053.1573
Yxy30.82200.25400.2738
Hunter Lab55.5176-5.2152-17.9071
CIE-Lab62.3571-2.7110-22.3836

#789abe color RGB value is (120,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10111110
Octal 170 232 276
Decimal 120 154 190
Hex 78 9A BE

RGB Percentages of Color #789abe

%25.86
%33.19
%40.95

CMYK Percentages of Color #789abe

%37
%19
%0
%25

Triadic Colors of #789abe

#789abe #be789a #9abe78

Analogous Colors of #789abe

#789abe #7978be #78bdbe

Monochromatic Colors of #789abe

#789abe

Complementary Color

#789abe #be9c78

#789abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#789abe Color CSS Codes

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

#789abe Text Font Color

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

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


#789abe Background Color

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

This div background color is #789abe


#789abe Border Color

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

This div border color is #789abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789abe


Comments

No comments written yet.

Please login to write comment.