Color Hex Logo

#769cbb Color Hex

#769CBB
(118,156,187)
0 Favorites   0 Comments

Color spaces of #769cbb

RGB 118156187
HSL0.570.340.60
HSV207°37°73°
CMYK 0.370.170.00   0.27
XYZ28.329331.216351.5460
Yxy31.21630.25500.2810
Hunter Lab55.8715-7.2680-15.5897
CIE-Lab62.6898-5.1884-20.2024

#769cbb color RGB value is (118,156,187).

#769cbb hex color red value is 118, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #769cbb hue: 0.57 , saturation: 0.34 and the lightness value of 769cbb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 10111011
Octal 166 234 273
Decimal 118 156 187
Hex 76 9C BB

RGB Percentages of Color #769cbb

%25.60
%33.84
%40.56

CMYK Percentages of Color #769cbb

%37
%17
%0
%27

Triadic Colors of #769cbb

#769cbb #bb769c #9cbb76

Analogous Colors of #769cbb

#769cbb #767abb #76bbb8

Monochromatic Colors of #769cbb

#769cbb

Complementary Color

#769cbb #bb9576

#769cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769cbb Color CSS Codes

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

#769cbb Text Font Color

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

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


#769cbb Background Color

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

This div background color is #769cbb


#769cbb Border Color

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

This div border color is #769cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769cbb


Comments

No comments written yet.

Please login to write comment.