Color Hex Logo

#789bdf Color Hex

#789BDF
(120,155,223)
0 Favorites   0 Comments

Color spaces of #789bdf

RGB 120155223
HSL0.610.620.67
HSV220°46°87°
CMYK 0.460.300.00   0.13
XYZ32.786432.763574.4080
Yxy32.76350.23430.2341
Hunter Lab57.23942.0748-37.0061
CIE-Lab63.96905.9680-38.2862

#789bdf color RGB value is (120,155,223).

#789bdf hex color red value is 120, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #789bdf hue: 0.61 , saturation: 0.62 and the lightness value of 789bdf is 0.67.

The process color (four color CMYK) of #789bdf color hex is 0.46, 0.30, 0.00, 0.13. Web safe color of #789bdf is #6699cc. Color #789bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 11011111
Octal 170 233 337
Decimal 120 155 223
Hex 78 9B DF

RGB Percentages of Color #789bdf

%24.10
%31.12
%44.78

CMYK Percentages of Color #789bdf

%46
%30
%0
%13

Triadic Colors of #789bdf

#789bdf #df789b #9bdf78

Analogous Colors of #789bdf

#789bdf #8978df #78cfdf

Monochromatic Colors of #789bdf

#789bdf

Complementary Color

#789bdf #dfbc78

#789bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bdf Color CSS Codes

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

#789bdf Text Font Color

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

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


#789bdf Background Color

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

This div background color is #789bdf


#789bdf Border Color

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

This div border color is #789bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bdf


Comments

No comments written yet.

Please login to write comment.