Color Hex Logo

#789cbc Color Hex

#789CBC
(120,156,188)
0 Favorites   0 Comments

Color spaces of #789cbc

RGB 120156188
HSL0.580.340.60
HSV208°36°74°
CMYK 0.360.170.00   0.26
XYZ28.711331.400852.1247
Yxy31.40080.25580.2798
Hunter Lab56.0364-6.6059-15.9257
CIE-Lab62.8445-4.3608-20.5168

#789cbc color RGB value is (120,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 10111100
Octal 170 234 274
Decimal 120 156 188
Hex 78 9C BC

RGB Percentages of Color #789cbc

%25.86
%33.62
%40.52

CMYK Percentages of Color #789cbc

%36
%17
%0
%26

Triadic Colors of #789cbc

#789cbc #bc789c #9cbc78

Analogous Colors of #789cbc

#789cbc #787abc #78bcba

Monochromatic Colors of #789cbc

#789cbc

Complementary Color

#789cbc #bc9878

#789cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cbc Color CSS Codes

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

#789cbc Text Font Color

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

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


#789cbc Background Color

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

This div background color is #789cbc


#789cbc Border Color

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

This div border color is #789cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cbc


Comments

No comments written yet.

Please login to write comment.