Color Hex Logo

#789edb Color Hex

#789EDB
(120,158,219)
0 Favorites   0 Comments

Color spaces of #789edb

RGB 120158219
HSL0.600.580.66
HSV217°45°86°
CMYK 0.450.280.00   0.14
XYZ32.758833.561371.7692
Yxy33.56130.23720.2430
Hunter Lab57.9321-0.4450-32.8989
CIE-Lab64.61283.0942-35.0685

#789edb color RGB value is (120,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 11011011
Octal 170 236 333
Decimal 120 158 219
Hex 78 9E DB

RGB Percentages of Color #789edb

%24.14
%31.79
%44.06

CMYK Percentages of Color #789edb

%45
%28
%0
%14

Triadic Colors of #789edb

#789edb #db789e #9edb78

Analogous Colors of #789edb

#789edb #8478db #78d0db

Monochromatic Colors of #789edb

#789edb

Complementary Color

#789edb #dbb578

#789edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789edb Color CSS Codes

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

#789edb Text Font Color

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

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


#789edb Background Color

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

This div background color is #789edb


#789edb Border Color

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

This div border color is #789edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789edb


Comments

No comments written yet.

Please login to write comment.