Color Hex Logo

#769bbc Color Hex

#769BBC
(118,155,188)
0 Favorites   0 Comments

Color spaces of #769bbc

RGB 118155188
HSL0.580.340.60
HSV208°37°74°
CMYK 0.370.180.00   0.26
XYZ28.269730.925152.0561
Yxy30.92510.25410.2780
Hunter Lab55.6103-6.5770-16.5733
CIE-Lab62.4444-4.3648-21.1381

#769bbc color RGB value is (118,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 10111100
Octal 166 233 274
Decimal 118 155 188
Hex 76 9B BC

RGB Percentages of Color #769bbc

%25.60
%33.62
%40.78

CMYK Percentages of Color #769bbc

%37
%18
%0
%26

Triadic Colors of #769bbc

#769bbc #bc769b #9bbc76

Analogous Colors of #769bbc

#769bbc #7678bc #76bcba

Monochromatic Colors of #769bbc

#769bbc

Complementary Color

#769bbc #bc9776

#769bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bbc Color CSS Codes

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

#769bbc Text Font Color

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

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


#769bbc Background Color

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

This div background color is #769bbc


#769bbc Border Color

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

This div border color is #769bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bbc


Comments

No comments written yet.

Please login to write comment.