Color Hex Logo

#789adb Color Hex

#789ADB
(120,154,219)
0 Favorites   0 Comments

Color spaces of #789adb

RGB 120154219
HSL0.610.580.66
HSV219°45°86°
CMYK 0.450.300.00   0.14
XYZ32.087532.218771.5455
Yxy32.21870.23620.2372
Hunter Lab56.76151.5741-34.9995
CIE-Lab63.52325.3797-36.7661

#789adb color RGB value is (120,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11011011
Octal 170 232 333
Decimal 120 154 219
Hex 78 9A DB

RGB Percentages of Color #789adb

%24.34
%31.24
%44.42

CMYK Percentages of Color #789adb

%45
%30
%0
%14

Triadic Colors of #789adb

#789adb #db789a #9adb78

Analogous Colors of #789adb

#789adb #8878db #78ccdb

Monochromatic Colors of #789adb

#789adb

Complementary Color

#789adb #dbb978

#789adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789adb Color CSS Codes

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

#789adb Text Font Color

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

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


#789adb Background Color

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

This div background color is #789adb


#789adb Border Color

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

This div border color is #789adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789adb


Comments

No comments written yet.

Please login to write comment.