Color Hex Logo

#789dbf Color Hex

#789DBF
(120,157,191)
0 Favorites   0 Comments

Color spaces of #789dbf

RGB 120157191
HSL0.580.360.61
HSV209°37°75°
CMYK 0.370.180.00   0.25
XYZ29.206731.868653.9021
Yxy31.86860.25400.2772
Hunter Lab56.4523-6.4410-17.0950
CIE-Lab63.2341-4.1216-21.6035

#789dbf color RGB value is (120,157,191).

#789dbf hex color red value is 120, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #789dbf hue: 0.58 , saturation: 0.36 and the lightness value of 789dbf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10111111
Octal 170 235 277
Decimal 120 157 191
Hex 78 9D BF

RGB Percentages of Color #789dbf

%25.64
%33.55
%40.81

CMYK Percentages of Color #789dbf

%37
%18
%0
%25

Triadic Colors of #789dbf

#789dbf #bf789d #9dbf78

Analogous Colors of #789dbf

#789dbf #787abf #78bfbe

Monochromatic Colors of #789dbf

#789dbf

Complementary Color

#789dbf #bf9a78

#789dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dbf Color CSS Codes

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

#789dbf Text Font Color

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

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


#789dbf Background Color

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

This div background color is #789dbf


#789dbf Border Color

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

This div border color is #789dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dbf


Comments

No comments written yet.

Please login to write comment.