Color Hex Logo

#788aba Color Hex

#788ABA
(120,138,186)
0 Favorites   0 Comments

Color spaces of #788aba

RGB 120138186
HSL0.620.320.60
HSV224°35°73°
CMYK 0.350.260.00   0.27
XYZ25.697125.715250.0635
Yxy25.71520.25320.2534
Hunter Lab50.71021.7111-23.0368
CIE-Lab57.76575.3539-27.1833

#788aba color RGB value is (120,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 10111010
Octal 170 212 272
Decimal 120 138 186
Hex 78 8A BA

RGB Percentages of Color #788aba

%27.03
%31.08
%41.89

CMYK Percentages of Color #788aba

%35
%26
%0
%27

Triadic Colors of #788aba

#788aba #ba788a #8aba78

Analogous Colors of #788aba

#788aba #8778ba #78abba

Monochromatic Colors of #788aba

#788aba

Complementary Color

#788aba #baa878

#788aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#788aba Color CSS Codes

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

#788aba Text Font Color

<p style="color:#788aba">Text here</p>

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


#788aba Background Color

<div style="background-color:#788aba">
Div content here</div>

This div background color is #788aba


#788aba Border Color

<div style="border:3px solid #788aba">
Div here</div>

This div border color is #788aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788aba


Comments

No comments written yet.

Please login to write comment.