Color Hex Logo

#769dac Color Hex

#769DAC
(118,157,172)
0 Favorites   0 Comments

Color spaces of #769dac

RGB 118157172
HSL0.550.250.57
HSV197°31°67°
CMYK 0.310.090.00   0.33
XYZ26.974630.944143.5808
Yxy30.94410.26580.3049
Hunter Lab55.6274-10.7906-7.5110
CIE-Lab62.4604-9.6106-12.1158

#769dac color RGB value is (118,157,172).

#769dac hex color red value is 118, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #769dac hue: 0.55 , saturation: 0.25 and the lightness value of 769dac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10101100
Octal 166 235 254
Decimal 118 157 172
Hex 76 9D AC

RGB Percentages of Color #769dac

%26.40
%35.12
%38.48

CMYK Percentages of Color #769dac

%31
%9
%0
%33

Triadic Colors of #769dac

#769dac #ac769d #9dac76

Analogous Colors of #769dac

#769dac #7682ac #76aca0

Monochromatic Colors of #769dac

#769dac

Complementary Color

#769dac #ac8576

#769dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dac Color CSS Codes

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

#769dac Text Font Color

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

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


#769dac Background Color

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

This div background color is #769dac


#769dac Border Color

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

This div border color is #769dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dac


Comments

No comments written yet.

Please login to write comment.