Color Hex Logo

#759eab Color Hex

#759EAB
(117,158,171)
0 Favorites   0 Comments

Color spaces of #759eab

RGB 117158171
HSL0.540.240.56
HSV194°32°67°
CMYK 0.320.080.00   0.33
XYZ26.913731.175943.1271
Yxy31.17590.26590.3080
Hunter Lab55.8354-11.6716-6.7107
CIE-Lab62.6558-10.7005-11.2656

#759eab color RGB value is (117,158,171).

#759eab hex color red value is 117, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #759eab hue: 0.54 , saturation: 0.24 and the lightness value of 759eab is 0.56.

The process color (four color CMYK) of #759eab color hex is 0.32, 0.08, 0.00, 0.33. Web safe color of #759eab is #669999. Color #759eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 10101011
Octal 165 236 253
Decimal 117 158 171
Hex 75 9E AB

RGB Percentages of Color #759eab

%26.23
%35.43
%38.34

CMYK Percentages of Color #759eab

%32
%8
%0
%33

Triadic Colors of #759eab

#759eab #ab759e #9eab75

Analogous Colors of #759eab

#759eab #7583ab #75ab9d

Monochromatic Colors of #759eab

#759eab

Complementary Color

#759eab #ab8275

#759eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#759eab Color CSS Codes

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

#759eab Text Font Color

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

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


#759eab Background Color

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

This div background color is #759eab


#759eab Border Color

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

This div border color is #759eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759eab


Comments

No comments written yet.

Please login to write comment.