Color Hex Logo

#769dba Color Hex

#769DBA
(118,157,186)
0 Favorites   0 Comments

Color spaces of #769dba

RGB 118157186
HSL0.570.330.60
HSV206°37°73°
CMYK 0.370.160.00   0.27
XYZ28.391131.510751.0402
Yxy31.51070.25590.2840
Hunter Lab56.1344-7.9552-14.6154
CIE-Lab62.9364-6.0086-19.2657

#769dba color RGB value is (118,157,186).

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

The process color (four color CMYK) of #769dba color hex is 0.37, 0.16, 0.00, 0.27. Web safe color of #769dba is #6699cc. Color #769dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10111010
Octal 166 235 272
Decimal 118 157 186
Hex 76 9D BA

RGB Percentages of Color #769dba

%25.60
%34.06
%40.35

CMYK Percentages of Color #769dba

%37
%16
%0
%27

Triadic Colors of #769dba

#769dba #ba769d #9dba76

Analogous Colors of #769dba

#769dba #767bba #76bab5

Monochromatic Colors of #769dba

#769dba

Complementary Color

#769dba #ba9376

#769dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dba Color CSS Codes

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

#769dba Text Font Color

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

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


#769dba Background Color

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

This div background color is #769dba


#769dba Border Color

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

This div border color is #769dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dba


Comments

No comments written yet.

Please login to write comment.