Color Hex Logo

#769dd9 Color Hex

#769DD9
(118,157,217)
0 Favorites   0 Comments

Color spaces of #769dd9

RGB 118157217
HSL0.600.570.66
HSV216°46°85°
CMYK 0.460.280.00   0.15
XYZ32.052632.975270.3211
Yxy32.97520.23680.2436
Hunter Lab57.4240-0.8580-32.4093
CIE-Lab64.14082.5914-34.7037

#769dd9 color RGB value is (118,157,217).

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

The process color (four color CMYK) of #769dd9 color hex is 0.46, 0.28, 0.00, 0.15. Web safe color of #769dd9 is #6699cc. Color #769dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11011001
Octal 166 235 331
Decimal 118 157 217
Hex 76 9D D9

RGB Percentages of Color #769dd9

%23.98
%31.91
%44.11

CMYK Percentages of Color #769dd9

%46
%28
%0
%15

Triadic Colors of #769dd9

#769dd9 #d9769d #9dd976

Analogous Colors of #769dd9

#769dd9 #8176d9 #76cfd9

Monochromatic Colors of #769dd9

#769dd9

Complementary Color

#769dd9 #d9b276

#769dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dd9 Color CSS Codes

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

#769dd9 Text Font Color

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

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


#769dd9 Background Color

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

This div background color is #769dd9


#769dd9 Border Color

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

This div border color is #769dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dd9


Comments

No comments written yet.

Please login to write comment.