Color Hex Logo

#769bbd Color Hex

#769BBD
(118,155,189)
0 Favorites   0 Comments

Color spaces of #769bbd

RGB 118155189
HSL0.580.350.60
HSV209°38°74°
CMYK 0.380.180.00   0.26
XYZ28.377930.968452.6259
Yxy30.96840.25340.2766
Hunter Lab55.6493-6.3615-17.1144
CIE-Lab62.4809-4.0973-21.6435

#769bbd color RGB value is (118,155,189).

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

The process color (four color CMYK) of #769bbd color hex is 0.38, 0.18, 0.00, 0.26. Web safe color of #769bbd is #6699cc. Color #769bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 10111101
Octal 166 233 275
Decimal 118 155 189
Hex 76 9B BD

RGB Percentages of Color #769bbd

%25.54
%33.55
%40.91

CMYK Percentages of Color #769bbd

%38
%18
%0
%26

Triadic Colors of #769bbd

#769bbd #bd769b #9bbd76

Analogous Colors of #769bbd

#769bbd #7678bd #76bdbc

Monochromatic Colors of #769bbd

#769bbd

Complementary Color

#769bbd #bd9876

#769bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bbd Color CSS Codes

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

#769bbd Text Font Color

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

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


#769bbd Background Color

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

This div background color is #769bbd


#769bbd Border Color

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

This div border color is #769bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bbd


Comments

No comments written yet.

Please login to write comment.