Color Hex Logo

#759abb Color Hex

#759ABB
(117,154,187)
0 Favorites   0 Comments

Color spaces of #759abb

RGB 117154187
HSL0.580.340.60
HSV208°37°73°
CMYK 0.370.180.00   0.27
XYZ27.861430.481051.4287
Yxy30.48100.25380.2777
Hunter Lab55.2096-6.5372-16.5829
CIE-Lab62.0670-4.3531-21.1578

#759abb color RGB value is (117,154,187).

#759abb hex color red value is 117, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #759abb hue: 0.58 , saturation: 0.34 and the lightness value of 759abb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 10111011
Octal 165 232 273
Decimal 117 154 187
Hex 75 9A BB

RGB Percentages of Color #759abb

%25.55
%33.62
%40.83

CMYK Percentages of Color #759abb

%37
%18
%0
%27

Triadic Colors of #759abb

#759abb #bb759a #9abb75

Analogous Colors of #759abb

#759abb #7577bb #75bbb9

Monochromatic Colors of #759abb

#759abb

Complementary Color

#759abb #bb9675

#759abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759abb Color CSS Codes

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

#759abb Text Font Color

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

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


#759abb Background Color

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

This div background color is #759abb


#759abb Border Color

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

This div border color is #759abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,154,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759abb


Comments

No comments written yet.

Please login to write comment.