Color Hex Logo

#769aba Color Hex

#769ABA
(118,154,186)
0 Favorites   0 Comments

Color spaces of #769aba

RGB 118154186
HSL0.580.330.60
HSV208°37°73°
CMYK 0.370.170.00   0.27
XYZ27.889730.507950.8730
Yxy30.50790.25520.2792
Hunter Lab55.2340-6.5281-15.9450
CIE-Lab62.0900-4.3396-20.5552

#769aba color RGB value is (118,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 10111010
Octal 166 232 272
Decimal 118 154 186
Hex 76 9A BA

RGB Percentages of Color #769aba

%25.76
%33.62
%40.61

CMYK Percentages of Color #769aba

%37
%17
%0
%27

Triadic Colors of #769aba

#769aba #ba769a #9aba76

Analogous Colors of #769aba

#769aba #7678ba #76bab8

Monochromatic Colors of #769aba

#769aba

Complementary Color

#769aba #ba9676

#769aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#769aba Color CSS Codes

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

#769aba Text Font Color

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

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


#769aba Background Color

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

This div background color is #769aba


#769aba Border Color

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

This div border color is #769aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769aba


Comments

No comments written yet.

Please login to write comment.