Color Hex Logo

#789acf Color Hex

#789ACF
(120,154,207)
0 Favorites   0 Comments

Color spaces of #789acf

RGB 120154207
HSL0.600.480.64
HSV217°42°81°
CMYK 0.420.260.00   0.19
XYZ30.563831.609363.5218
Yxy31.60930.24320.2515
Hunter Lab56.2221-1.3516-27.6325
CIE-Lab63.01871.9542-30.8768

#789acf color RGB value is (120,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11001111
Octal 170 232 317
Decimal 120 154 207
Hex 78 9A CF

RGB Percentages of Color #789acf

%24.95
%32.02
%43.04

CMYK Percentages of Color #789acf

%42
%26
%0
%19

Triadic Colors of #789acf

#789acf #cf789a #9acf78

Analogous Colors of #789acf

#789acf #8278cf #78c6cf

Monochromatic Colors of #789acf

#789acf

Complementary Color

#789acf #cfad78

#789acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789acf Color CSS Codes

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

#789acf Text Font Color

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

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


#789acf Background Color

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

This div background color is #789acf


#789acf Border Color

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

This div border color is #789acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789acf


Comments

No comments written yet.

Please login to write comment.