Color Hex Logo

#769cca Color Hex

#769CCA
(118,156,202)
0 Favorites   0 Comments

Color spaces of #769cca

RGB 118156202
HSL0.590.440.63
HSV213°42°79°
CMYK 0.420.230.00   0.21
XYZ30.020431.892860.4508
Yxy31.89280.24530.2606
Hunter Lab56.4737-3.9416-23.9338
CIE-Lab63.2542-1.1033-27.7330

#769cca color RGB value is (118,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 11001010
Octal 166 234 312
Decimal 118 156 202
Hex 76 9C CA

RGB Percentages of Color #769cca

%24.79
%32.77
%42.44

CMYK Percentages of Color #769cca

%42
%23
%0
%21

Triadic Colors of #769cca

#769cca #ca769c #9cca76

Analogous Colors of #769cca

#769cca #7a76ca #76c6ca

Monochromatic Colors of #769cca

#769cca

Complementary Color

#769cca #caa476

#769cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#769cca Color CSS Codes

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

#769cca Text Font Color

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

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


#769cca Background Color

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

This div background color is #769cca


#769cca Border Color

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

This div border color is #769cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769cca


Comments

No comments written yet.

Please login to write comment.