Color Hex Logo

#789acc Color Hex

#789ACC
(120,154,204)
0 Favorites   0 Comments

Color spaces of #789acc

RGB 120154204
HSL0.600.450.64
HSV216°41°80°
CMYK 0.410.250.00   0.20
XYZ30.200431.463961.6081
Yxy31.46390.24500.2552
Hunter Lab56.0927-2.0575-25.8549
CIE-Lab62.89731.1142-29.3906

#789acc color RGB value is (120,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11001100
Octal 170 232 314
Decimal 120 154 204
Hex 78 9A CC

RGB Percentages of Color #789acc

%25.10
%32.22
%42.68

CMYK Percentages of Color #789acc

%41
%25
%0
%20

Triadic Colors of #789acc

#789acc #cc789a #9acc78

Analogous Colors of #789acc

#789acc #8078cc #78c4cc

Monochromatic Colors of #789acc

#789acc

Complementary Color

#789acc #ccaa78

#789acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789acc Color CSS Codes

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

#789acc Text Font Color

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

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


#789acc Background Color

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

This div background color is #789acc


#789acc Border Color

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

This div border color is #789acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789acc


Comments

No comments written yet.

Please login to write comment.