Color Hex Logo

#789eae Color Hex

#789EAE
(120,158,174)
0 Favorites   0 Comments

Color spaces of #789eae

RGB 120158174
HSL0.550.250.58
HSV198°31°68°
CMYK 0.310.090.00   0.32
XYZ27.612631.502844.6697
Yxy31.50280.26610.3035
Hunter Lab56.1274-10.4074-7.8976
CIE-Lab62.9298-9.0635-12.5240

#789eae color RGB value is (120,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 10101110
Octal 170 236 256
Decimal 120 158 174
Hex 78 9E AE

RGB Percentages of Color #789eae

%26.55
%34.96
%38.50

CMYK Percentages of Color #789eae

%31
%9
%0
%32

Triadic Colors of #789eae

#789eae #ae789e #9eae78

Analogous Colors of #789eae

#789eae #7883ae #78aea3

Monochromatic Colors of #789eae

#789eae

Complementary Color

#789eae #ae8878

#789eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#789eae Color CSS Codes

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

#789eae Text Font Color

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

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


#789eae Background Color

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

This div background color is #789eae


#789eae Border Color

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

This div border color is #789eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789eae


Comments

No comments written yet.

Please login to write comment.