Color Hex Logo

#789bdc Color Hex

#789BDC
(120,155,220)
0 Favorites   0 Comments

Color spaces of #789bdc

RGB 120155220
HSL0.610.590.67
HSV219°45°86°
CMYK 0.450.300.00   0.14
XYZ32.385332.603172.2963
Yxy32.60310.23590.2375
Hunter Lab57.09911.3176-35.1009
CIE-Lab63.83825.0956-36.8291

#789bdc color RGB value is (120,155,220).

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

The process color (four color CMYK) of #789bdc color hex is 0.45, 0.30, 0.00, 0.14. Web safe color of #789bdc is #6699cc. Color #789bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 11011100
Octal 170 233 334
Decimal 120 155 220
Hex 78 9B DC

RGB Percentages of Color #789bdc

%24.24
%31.31
%44.44

CMYK Percentages of Color #789bdc

%45
%30
%0
%14

Triadic Colors of #789bdc

#789bdc #dc789b #9bdc78

Analogous Colors of #789bdc

#789bdc #8778dc #78cddc

Monochromatic Colors of #789bdc

#789bdc

Complementary Color

#789bdc #dcb978

#789bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bdc Color CSS Codes

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

#789bdc Text Font Color

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

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


#789bdc Background Color

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

This div background color is #789bdc


#789bdc Border Color

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

This div border color is #789bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bdc


Comments

No comments written yet.

Please login to write comment.