Color Hex Logo

#759fba Color Hex

#759FBA
(117,159,186)
0 Favorites   0 Comments

Color spaces of #759fba

RGB 117159186
HSL0.570.330.59
HSV203°37°73°
CMYK 0.370.150.00   0.27
XYZ28.597232.123451.1476
Yxy32.12340.25560.2872
Hunter Lab56.6775-9.1217-13.8309
CIE-Lab63.4447-7.3929-18.4981

#759fba color RGB value is (117,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 10111010
Octal 165 237 272
Decimal 117 159 186
Hex 75 9F BA

RGB Percentages of Color #759fba

%25.32
%34.42
%40.26

CMYK Percentages of Color #759fba

%37
%15
%0
%27

Triadic Colors of #759fba

#759fba #ba759f #9fba75

Analogous Colors of #759fba

#759fba #757dba #75bab3

Monochromatic Colors of #759fba

#759fba

Complementary Color

#759fba #ba9075

#759fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fba Color CSS Codes

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

#759fba Text Font Color

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

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


#759fba Background Color

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

This div background color is #759fba


#759fba Border Color

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

This div border color is #759fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fba


Comments

No comments written yet.

Please login to write comment.