Color Hex Logo

#769bab Color Hex

#769BAB
(118,155,171)
0 Favorites   0 Comments

Color spaces of #769bab

RGB 118155171
HSL0.550.240.57
HSV198°31°67°
CMYK 0.310.090.00   0.33
XYZ26.543230.234542.9649
Yxy30.23450.26610.3031
Hunter Lab54.9859-10.0585-7.8379
CIE-Lab61.8560-8.7666-12.4602

#769bab color RGB value is (118,155,171).

#769bab hex color red value is 118, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #769bab hue: 0.55 , saturation: 0.24 and the lightness value of 769bab is 0.57.

The process color (four color CMYK) of #769bab color hex is 0.31, 0.09, 0.00, 0.33. Web safe color of #769bab is #669999. Color #769bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 10101011
Octal 166 233 253
Decimal 118 155 171
Hex 76 9B AB

RGB Percentages of Color #769bab

%26.58
%34.91
%38.51

CMYK Percentages of Color #769bab

%31
%9
%0
%33

Triadic Colors of #769bab

#769bab #ab769b #9bab76

Analogous Colors of #769bab

#769bab #7681ab #76aba1

Monochromatic Colors of #769bab

#769bab

Complementary Color

#769bab #ab8676

#769bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bab Color CSS Codes

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

#769bab Text Font Color

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

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


#769bab Background Color

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

This div background color is #769bab


#769bab Border Color

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

This div border color is #769bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,155,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bab


Comments

No comments written yet.

Please login to write comment.