Color Hex Logo

#769fbb Color Hex

#769FBB
(118,159,187)
0 Favorites   0 Comments

Color spaces of #769fbb

RGB 118159187
HSL0.570.340.60
HSV204°37°73°
CMYK 0.370.150.00   0.27
XYZ28.839032.235751.7158
Yxy32.23570.25570.2858
Hunter Lab56.7765-8.6917-14.2617
CIE-Lab63.5372-6.8498-18.9123

#769fbb color RGB value is (118,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 10111011
Octal 166 237 273
Decimal 118 159 187
Hex 76 9F BB

RGB Percentages of Color #769fbb

%25.43
%34.27
%40.30

CMYK Percentages of Color #769fbb

%37
%15
%0
%27

Triadic Colors of #769fbb

#769fbb #bb769f #9fbb76

Analogous Colors of #769fbb

#769fbb #767dbb #76bbb5

Monochromatic Colors of #769fbb

#769fbb

Complementary Color

#769fbb #bb9276

#769fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fbb Color CSS Codes

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

#769fbb Text Font Color

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

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


#769fbb Background Color

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

This div background color is #769fbb


#769fbb Border Color

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

This div border color is #769fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fbb


Comments

No comments written yet.

Please login to write comment.