Color Hex Logo

#769eaa Color Hex

#769EAA
(118,158,170)
0 Favorites   0 Comments

Color spaces of #769eaa

RGB 118158170
HSL0.540.230.56
HSV194°31°67°
CMYK 0.310.070.00   0.33
XYZ26.953831.207642.6333
Yxy31.20760.26740.3096
Hunter Lab55.8638-11.6368-6.1435
CIE-Lab62.6825-10.6523-10.6569

#769eaa color RGB value is (118,158,170).

#769eaa hex color red value is 118, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #769eaa hue: 0.54 , saturation: 0.23 and the lightness value of 769eaa is 0.56.

The process color (four color CMYK) of #769eaa color hex is 0.31, 0.07, 0.00, 0.33. Web safe color of #769eaa is #669999. Color #769eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 10101010
Octal 166 236 252
Decimal 118 158 170
Hex 76 9E AA

RGB Percentages of Color #769eaa

%26.46
%35.43
%38.12

CMYK Percentages of Color #769eaa

%31
%7
%0
%33

Triadic Colors of #769eaa

#769eaa #aa769e #9eaa76

Analogous Colors of #769eaa

#769eaa #7684aa #76aa9c

Monochromatic Colors of #769eaa

#769eaa

Complementary Color

#769eaa #aa8276

#769eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#769eaa Color CSS Codes

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

#769eaa Text Font Color

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

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


#769eaa Background Color

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

This div background color is #769eaa


#769eaa Border Color

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

This div border color is #769eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769eaa


Comments

No comments written yet.

Please login to write comment.