Color Hex Logo

#769dad Color Hex

#769DAD
(118,157,173)
0 Favorites   0 Comments

Color spaces of #769dad

RGB 118157173
HSL0.550.250.57
HSV197°32°68°
CMYK 0.320.090.00   0.32
XYZ27.071030.982644.0886
Yxy30.98260.26500.3033
Hunter Lab55.6620-10.5958-7.9988
CIE-Lab62.4929-9.3599-12.6300

#769dad color RGB value is (118,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10101101
Octal 166 235 255
Decimal 118 157 173
Hex 76 9D AD

RGB Percentages of Color #769dad

%26.34
%35.04
%38.62

CMYK Percentages of Color #769dad

%32
%9
%0
%32

Triadic Colors of #769dad

#769dad #ad769d #9dad76

Analogous Colors of #769dad

#769dad #7682ad #76ada2

Monochromatic Colors of #769dad

#769dad

Complementary Color

#769dad #ad8676

#769dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dad Color CSS Codes

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

#769dad Text Font Color

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

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


#769dad Background Color

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

This div background color is #769dad


#769dad Border Color

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

This div border color is #769dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dad


Comments

No comments written yet.

Please login to write comment.