Color Hex Logo

#769fbd Color Hex

#769FBD
(118,159,189)
0 Favorites   0 Comments

Color spaces of #769fbd

RGB 118159189
HSL0.570.350.60
HSV205°38°74°
CMYK 0.380.160.00   0.26
XYZ29.054732.321952.8515
Yxy32.32190.25440.2830
Hunter Lab56.8524-8.2682-15.3210
CIE-Lab63.6080-6.3196-19.9242

#769fbd color RGB value is (118,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 10111101
Octal 166 237 275
Decimal 118 159 189
Hex 76 9F BD

RGB Percentages of Color #769fbd

%25.32
%34.12
%40.56

CMYK Percentages of Color #769fbd

%38
%16
%0
%26

Triadic Colors of #769fbd

#769fbd #bd769f #9fbd76

Analogous Colors of #769fbd

#769fbd #767cbd #76bdb8

Monochromatic Colors of #769fbd

#769fbd

Complementary Color

#769fbd #bd9476

#769fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fbd Color CSS Codes

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

#769fbd Text Font Color

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

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


#769fbd Background Color

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

This div background color is #769fbd


#769fbd Border Color

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

This div border color is #769fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fbd


Comments

No comments written yet.

Please login to write comment.