Color Hex Logo

#769ccb Color Hex

#769CCB
(118,156,203)
0 Favorites   0 Comments

Color spaces of #769ccb

RGB 118156203
HSL0.590.450.63
HSV213°42°80°
CMYK 0.420.230.00   0.20
XYZ30.139231.940361.0765
Yxy31.94030.24470.2593
Hunter Lab56.5158-3.7106-24.5136
CIE-Lab63.2935-0.8242-28.2304

#769ccb color RGB value is (118,156,203).

#769ccb hex color red value is 118, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #769ccb hue: 0.59 , saturation: 0.45 and the lightness value of 769ccb is 0.63.

The process color (four color CMYK) of #769ccb color hex is 0.42, 0.23, 0.00, 0.20. Web safe color of #769ccb is #6699cc. Color #769ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 11001011
Octal 166 234 313
Decimal 118 156 203
Hex 76 9C CB

RGB Percentages of Color #769ccb

%24.74
%32.70
%42.56

CMYK Percentages of Color #769ccb

%42
%23
%0
%20

Triadic Colors of #769ccb

#769ccb #cb769c #9ccb76

Analogous Colors of #769ccb

#769ccb #7b76cb #76c7cb

Monochromatic Colors of #769ccb

#769ccb

Complementary Color

#769ccb #cba576

#769ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ccb Color CSS Codes

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

#769ccb Text Font Color

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

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


#769ccb Background Color

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

This div background color is #769ccb


#769ccb Border Color

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

This div border color is #769ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ccb


Comments

No comments written yet.

Please login to write comment.