Color Hex Logo

#789cbb Color Hex

#789CBB
(120,156,187)
0 Favorites   0 Comments

Color spaces of #789cbb

RGB 120156187
HSL0.580.330.60
HSV208°36°73°
CMYK 0.360.170.00   0.27
XYZ28.603831.357951.5588
Yxy31.35790.25650.2812
Hunter Lab55.9981-6.8191-15.3910
CIE-Lab62.8086-4.6252-20.0105

#789cbb color RGB value is (120,156,187).

#789cbb hex color red value is 120, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #789cbb hue: 0.58 , saturation: 0.33 and the lightness value of 789cbb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 10111011
Octal 170 234 273
Decimal 120 156 187
Hex 78 9C BB

RGB Percentages of Color #789cbb

%25.92
%33.69
%40.39

CMYK Percentages of Color #789cbb

%36
%17
%0
%27

Triadic Colors of #789cbb

#789cbb #bb789c #9cbb78

Analogous Colors of #789cbb

#789cbb #787bbb #78bbb9

Monochromatic Colors of #789cbb

#789cbb

Complementary Color

#789cbb #bb9778

#789cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cbb Color CSS Codes

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

#789cbb Text Font Color

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

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


#789cbb Background Color

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

This div background color is #789cbb


#789cbb Border Color

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

This div border color is #789cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cbb


Comments

No comments written yet.

Please login to write comment.