Color Hex Logo

#769dbd Color Hex

#769DBD
(118,157,189)
0 Favorites   0 Comments

Color spaces of #769dbd

RGB 118157189
HSL0.580.350.60
HSV207°38°74°
CMYK 0.380.170.00   0.26
XYZ28.713531.639652.7378
Yxy31.63960.25390.2798
Hunter Lab56.2491-7.3169-16.2145
CIE-Lab63.0439-5.2115-20.7841

#769dbd color RGB value is (118,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10111101
Octal 166 235 275
Decimal 118 157 189
Hex 76 9D BD

RGB Percentages of Color #769dbd

%25.43
%33.84
%40.73

CMYK Percentages of Color #769dbd

%38
%17
%0
%26

Triadic Colors of #769dbd

#769dbd #bd769d #9dbd76

Analogous Colors of #769dbd

#769dbd #767abd #76bdba

Monochromatic Colors of #769dbd

#769dbd

Complementary Color

#769dbd #bd9676

#769dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dbd Color CSS Codes

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

#769dbd Text Font Color

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

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


#769dbd Background Color

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

This div background color is #769dbd


#769dbd Border Color

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

This div border color is #769dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dbd


Comments

No comments written yet.

Please login to write comment.