Color Hex Logo

#789ddb Color Hex

#789DDB
(120,157,219)
0 Favorites   0 Comments

Color spaces of #789ddb

RGB 120157219
HSL0.600.580.66
HSV218°45°86°
CMYK 0.450.280.00   0.14
XYZ32.588933.221571.7126
Yxy33.22150.23700.2416
Hunter Lab57.63810.0582-33.4212
CIE-Lab64.33993.6638-35.4934

#789ddb color RGB value is (120,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 11011011
Octal 170 235 333
Decimal 120 157 219
Hex 78 9D DB

RGB Percentages of Color #789ddb

%24.19
%31.65
%44.15

CMYK Percentages of Color #789ddb

%45
%28
%0
%14

Triadic Colors of #789ddb

#789ddb #db789d #9ddb78

Analogous Colors of #789ddb

#789ddb #8578db #78cfdb

Monochromatic Colors of #789ddb

#789ddb

Complementary Color

#789ddb #dbb678

#789ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ddb Color CSS Codes

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

#789ddb Text Font Color

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

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


#789ddb Background Color

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

This div background color is #789ddb


#789ddb Border Color

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

This div border color is #789ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,157,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 #789ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ddb


Comments

No comments written yet.

Please login to write comment.