Color Hex Logo

#769fba Color Hex

#769FBA
(118,159,186)
0 Favorites   0 Comments

Color spaces of #769fba

RGB 118159186
HSL0.570.330.60
HSV204°37°73°
CMYK 0.370.150.00   0.27
XYZ28.732332.193051.1539
Yxy32.19300.25640.2872
Hunter Lab56.7389-8.9015-13.7367
CIE-Lab63.5021-7.1133-18.4057

#769fba color RGB value is (118,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 10111010
Octal 166 237 272
Decimal 118 159 186
Hex 76 9F BA

RGB Percentages of Color #769fba

%25.49
%34.34
%40.17

CMYK Percentages of Color #769fba

%37
%15
%0
%27

Triadic Colors of #769fba

#769fba #ba769f #9fba76

Analogous Colors of #769fba

#769fba #767dba #76bab3

Monochromatic Colors of #769fba

#769fba

Complementary Color

#769fba #ba9176

#769fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fba Color CSS Codes

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

#769fba Text Font Color

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

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


#769fba Background Color

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

This div background color is #769fba


#769fba Border Color

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

This div border color is #769fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,159,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 #769fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fba


Comments

No comments written yet.

Please login to write comment.