Color Hex Logo

#789cbd Color Hex

#789CBD
(120,156,189)
0 Favorites   0 Comments

Color spaces of #789cbd

RGB 120156189
HSL0.580.340.61
HSV209°37°74°
CMYK 0.370.170.00   0.26
XYZ28.819531.444152.6945
Yxy31.44410.25510.2784
Hunter Lab56.0750-6.3921-16.4631
CIE-Lab62.8808-4.0960-21.0224

#789cbd color RGB value is (120,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 10111101
Octal 170 234 275
Decimal 120 156 189
Hex 78 9C BD

RGB Percentages of Color #789cbd

%25.81
%33.55
%40.65

CMYK Percentages of Color #789cbd

%37
%17
%0
%26

Triadic Colors of #789cbd

#789cbd #bd789c #9cbd78

Analogous Colors of #789cbd

#789cbd #787abd #78bdbc

Monochromatic Colors of #789cbd

#789cbd

Complementary Color

#789cbd #bd9978

#789cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cbd Color CSS Codes

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

#789cbd Text Font Color

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

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


#789cbd Background Color

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

This div background color is #789cbd


#789cbd Border Color

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

This div border color is #789cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cbd


Comments

No comments written yet.

Please login to write comment.