Color Hex Logo

#768aba Color Hex

#768ABA
(118,138,186)
0 Favorites   0 Comments

Color spaces of #768aba

RGB 118138186
HSL0.620.330.60
HSV222°37°73°
CMYK 0.370.260.00   0.27
XYZ25.422625.573750.0507
Yxy25.57370.25160.2531
Hunter Lab50.57041.2366-23.2813
CIE-Lab57.63024.7828-27.4038

#768aba color RGB value is (118,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 10111010
Octal 166 212 272
Decimal 118 138 186
Hex 76 8A BA

RGB Percentages of Color #768aba

%26.70
%31.22
%42.08

CMYK Percentages of Color #768aba

%37
%26
%0
%27

Triadic Colors of #768aba

#768aba #ba768a #8aba76

Analogous Colors of #768aba

#768aba #8476ba #76acba

Monochromatic Colors of #768aba

#768aba

Complementary Color

#768aba #baa676

#768aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#768aba Color CSS Codes

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

#768aba Text Font Color

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

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


#768aba Background Color

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

This div background color is #768aba


#768aba Border Color

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

This div border color is #768aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768aba


Comments

No comments written yet.

Please login to write comment.