Color Hex Logo

#769eab Color Hex

#769EAB
(118,158,171)
0 Favorites   0 Comments

Color spaces of #769eab

RGB 118158171
HSL0.540.240.57
HSV195°31°67°
CMYK 0.310.080.00   0.33
XYZ27.048831.245543.1334
Yxy31.24550.26670.3081
Hunter Lab55.8977-11.4451-6.6227
CIE-Lab62.7143-10.4041-11.1719

#769eab color RGB value is (118,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 10101011
Octal 166 236 253
Decimal 118 158 171
Hex 76 9E AB

RGB Percentages of Color #769eab

%26.40
%35.35
%38.26

CMYK Percentages of Color #769eab

%31
%8
%0
%33

Triadic Colors of #769eab

#769eab #ab769e #9eab76

Analogous Colors of #769eab

#769eab #7684ab #76ab9e

Monochromatic Colors of #769eab

#769eab

Complementary Color

#769eab #ab8376

#769eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#769eab Color CSS Codes

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

#769eab Text Font Color

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

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


#769eab Background Color

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

This div background color is #769eab


#769eab Border Color

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

This div border color is #769eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769eab

#769eab Color Palettes


Comments

No comments written yet.

Please login to write comment.