Color Hex Logo

#789ade Color Hex

#789ADE
(120,154,222)
0 Favorites   0 Comments

Color spaces of #789ade

RGB 120154222
HSL0.610.610.67
HSV220°46°87°
CMYK 0.460.310.00   0.13
XYZ32.486132.378273.6447
Yxy32.37820.23450.2338
Hunter Lab56.90182.3300-36.9043
CIE-Lab63.65426.2507-38.2244

#789ade color RGB value is (120,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11011110
Octal 170 232 336
Decimal 120 154 222
Hex 78 9A DE

RGB Percentages of Color #789ade

%24.19
%31.05
%44.76

CMYK Percentages of Color #789ade

%46
%31
%0
%13

Triadic Colors of #789ade

#789ade #de789a #9ade78

Analogous Colors of #789ade

#789ade #8978de #78cdde

Monochromatic Colors of #789ade

#789ade

Complementary Color

#789ade #debc78

#789ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ade Color CSS Codes

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

#789ade Text Font Color

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

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


#789ade Background Color

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

This div background color is #789ade


#789ade Border Color

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

This div border color is #789ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ade


Comments

No comments written yet.

Please login to write comment.