Color Hex Logo

#789ccc Color Hex

#789CCC
(120,156,204)
0 Favorites   0 Comments

Color spaces of #789ccc

RGB 120156204
HSL0.600.450.64
HSV214°41°80°
CMYK 0.410.240.00   0.20
XYZ30.533332.129661.7191
Yxy32.12960.24550.2583
Hunter Lab56.6830-3.0430-24.8797
CIE-Lab63.4499-0.0184-28.5372

#789ccc color RGB value is (120,156,204).

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

The process color (four color CMYK) of #789ccc color hex is 0.41, 0.24, 0.00, 0.20. Web safe color of #789ccc is #6699cc. Color #789ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 11001100
Octal 170 234 314
Decimal 120 156 204
Hex 78 9C CC

RGB Percentages of Color #789ccc

%25.00
%32.50
%42.50

CMYK Percentages of Color #789ccc

%41
%24
%0
%20

Triadic Colors of #789ccc

#789ccc #cc789c #9ccc78

Analogous Colors of #789ccc

#789ccc #7e78cc #78c6cc

Monochromatic Colors of #789ccc

#789ccc

Complementary Color

#789ccc #cca878

#789ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ccc Color CSS Codes

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

#789ccc Text Font Color

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

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


#789ccc Background Color

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

This div background color is #789ccc


#789ccc Border Color

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

This div border color is #789ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ccc


Comments

No comments written yet.

Please login to write comment.