Color Hex Logo

#789eba Color Hex

#789EBA
(120,158,186)
0 Favorites   0 Comments

Color spaces of #789eba

RGB 120158186
HSL0.570.320.60
HSV205°35°73°
CMYK 0.350.150.00   0.27
XYZ28.835531.992051.1096
Yxy31.99200.25760.2858
Hunter Lab56.5615-7.9818-13.9821
CIE-Lab63.3363-5.9973-18.6466

#789eba color RGB value is (120,158,186).

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

The process color (four color CMYK) of #789eba color hex is 0.35, 0.15, 0.00, 0.27. Web safe color of #789eba is #6699cc. Color #789eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 10111010
Octal 170 236 272
Decimal 120 158 186
Hex 78 9E BA

RGB Percentages of Color #789eba

%25.86
%34.05
%40.09

CMYK Percentages of Color #789eba

%35
%15
%0
%27

Triadic Colors of #789eba

#789eba #ba789e #9eba78

Analogous Colors of #789eba

#789eba #787dba #78bab5

Monochromatic Colors of #789eba

#789eba

Complementary Color

#789eba #ba9478

#789eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#789eba Color CSS Codes

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

#789eba Text Font Color

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

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


#789eba Background Color

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

This div background color is #789eba


#789eba Border Color

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

This div border color is #789eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789eba

#789eba Color Palettes


Comments

No comments written yet.

Please login to write comment.