Color Hex Logo

#769fbc Color Hex

#769FBC
(118,159,188)
0 Favorites   0 Comments

Color spaces of #769fbc

RGB 118159188
HSL0.570.340.60
HSV205°37°74°
CMYK 0.370.150.00   0.26
XYZ28.946532.278752.2817
Yxy32.27870.25500.2844
Hunter Lab56.8143-8.4806-14.7898
CIE-Lab63.5726-6.5853-19.4185

#769fbc color RGB value is (118,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 10111100
Octal 166 237 274
Decimal 118 159 188
Hex 76 9F BC

RGB Percentages of Color #769fbc

%25.38
%34.19
%40.43

CMYK Percentages of Color #769fbc

%37
%15
%0
%26

Triadic Colors of #769fbc

#769fbc #bc769f #9fbc76

Analogous Colors of #769fbc

#769fbc #767cbc #76bcb6

Monochromatic Colors of #769fbc

#769fbc

Complementary Color

#769fbc #bc9376

#769fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fbc Color CSS Codes

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

#769fbc Text Font Color

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

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


#769fbc Background Color

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

This div background color is #769fbc


#769fbc Border Color

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

This div border color is #769fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fbc


Comments

No comments written yet.

Please login to write comment.