Color Hex Logo

#789dae Color Hex

#789DAE
(120,157,174)
0 Favorites   0 Comments

Color spaces of #789dae

RGB 120157174
HSL0.550.250.58
HSV199°31°68°
CMYK 0.310.100.00   0.32
XYZ27.442731.163044.6131
Yxy31.16300.26590.3019
Hunter Lab55.8238-9.9420-8.3065
CIE-Lab62.6450-8.5164-12.9523

#789dae color RGB value is (120,157,174).

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

The process color (four color CMYK) of #789dae color hex is 0.31, 0.10, 0.00, 0.32. Web safe color of #789dae is #669999. Color #789dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 10101110
Octal 170 235 256
Decimal 120 157 174
Hex 78 9D AE

RGB Percentages of Color #789dae

%26.61
%34.81
%38.58

CMYK Percentages of Color #789dae

%31
%10
%0
%32

Triadic Colors of #789dae

#789dae #ae789d #9dae78

Analogous Colors of #789dae

#789dae #7882ae #78aea4

Monochromatic Colors of #789dae

#789dae

Complementary Color

#789dae #ae8978

#789dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dae Color CSS Codes

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

#789dae Text Font Color

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

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


#789dae Background Color

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

This div background color is #789dae


#789dae Border Color

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

This div border color is #789dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dae


Comments

No comments written yet.

Please login to write comment.