Color Hex Logo

#789abc Color Hex

#789ABC
(120,154,188)
2 Favorites   0 Comments

Color spaces of #789abc

RGB 120154188
HSL0.580.340.60
HSV210°36°74°
CMYK 0.360.180.00   0.26
XYZ28.378430.735152.0137
Yxy30.73510.25540.2766
Hunter Lab55.4392-5.6476-16.8190
CIE-Lab62.2834-3.2437-21.3731

#789abc color RGB value is (120,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10111100
Octal 170 232 274
Decimal 120 154 188
Hex 78 9A BC

RGB Percentages of Color #789abc

%25.97
%33.33
%40.69

CMYK Percentages of Color #789abc

%36
%18
%0
%26

Triadic Colors of #789abc

#789abc #bc789a #9abc78

Analogous Colors of #789abc

#789abc #7878bc #78bcbc

Monochromatic Colors of #789abc

#789abc

Complementary Color

#789abc #bc9a78

#789abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789abc Color CSS Codes

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

#789abc Text Font Color

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

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


#789abc Background Color

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

This div background color is #789abc


#789abc Border Color

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

This div border color is #789abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789abc


Comments

No comments written yet.

Please login to write comment.