Color Hex Logo

#789fde Color Hex

#789FDE
(120,159,222)
0 Favorites   0 Comments

Color spaces of #789fde

RGB 120159222
HSL0.600.610.67
HSV217°46°87°
CMYK 0.460.280.00   0.13
XYZ33.328734.063373.9255
Yxy34.06330.23580.2410
Hunter Lab58.3638-0.2040-34.2440
CIE-Lab65.01283.3915-36.1049

#789fde color RGB value is (120,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 11011110
Octal 170 237 336
Decimal 120 159 222
Hex 78 9F DE

RGB Percentages of Color #789fde

%23.95
%31.74
%44.31

CMYK Percentages of Color #789fde

%46
%28
%0
%13

Triadic Colors of #789fde

#789fde #de789f #9fde78

Analogous Colors of #789fde

#789fde #8478de #78d2de

Monochromatic Colors of #789fde

#789fde

Complementary Color

#789fde #deb778

#789fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#789fde Color CSS Codes

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

#789fde Text Font Color

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

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


#789fde Background Color

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

This div background color is #789fde


#789fde Border Color

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

This div border color is #789fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789fde


Comments

No comments written yet.

Please login to write comment.