Color Hex Logo

#769ecc Color Hex

#769ECC
(118,158,204)
0 Favorites   0 Comments

Color spaces of #769ecc

RGB 118158204
HSL0.590.460.63
HSV212°42°80°
CMYK 0.420.230.00   0.20
XYZ30.597232.664961.8191
Yxy32.66490.24460.2611
Hunter Lab57.1532-4.4574-24.1231
CIE-Lab63.8887-1.6711-27.8700

#769ecc color RGB value is (118,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11001100
Octal 166 236 314
Decimal 118 158 204
Hex 76 9E CC

RGB Percentages of Color #769ecc

%24.58
%32.92
%42.50

CMYK Percentages of Color #769ecc

%42
%23
%0
%20

Triadic Colors of #769ecc

#769ecc #cc769e #9ecc76

Analogous Colors of #769ecc

#769ecc #7976cc #76c9cc

Monochromatic Colors of #769ecc

#769ecc

Complementary Color

#769ecc #cca476

#769ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ecc Color CSS Codes

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

#769ecc Text Font Color

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

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


#769ecc Background Color

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

This div background color is #769ecc


#769ecc Border Color

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

This div border color is #769ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ecc


Comments

No comments written yet.

Please login to write comment.