Color Hex Logo

#789cdc Color Hex

#789CDC
(120,156,220)
0 Favorites   0 Comments

Color spaces of #789cdc

RGB 120156220
HSL0.610.590.67
HSV218°45°86°
CMYK 0.450.290.00   0.14
XYZ32.552532.937372.3520
Yxy32.93730.23620.2390
Hunter Lab57.39100.8119-34.5723
CIE-Lab64.11014.5237-36.4051

#789cdc color RGB value is (120,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 11011100
Octal 170 234 334
Decimal 120 156 220
Hex 78 9C DC

RGB Percentages of Color #789cdc

%24.19
%31.45
%44.35

CMYK Percentages of Color #789cdc

%45
%29
%0
%14

Triadic Colors of #789cdc

#789cdc #dc789c #9cdc78

Analogous Colors of #789cdc

#789cdc #8678dc #78cedc

Monochromatic Colors of #789cdc

#789cdc

Complementary Color

#789cdc #dcb878

#789cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cdc Color CSS Codes

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

#789cdc Text Font Color

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

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


#789cdc Background Color

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

This div background color is #789cdc


#789cdc Border Color

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

This div border color is #789cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cdc


Comments

No comments written yet.

Please login to write comment.