Color Hex Logo

#759aab Color Hex

#759AAB
(117,154,171)
1 Favorites   0 Comments

Color spaces of #759aab

RGB 117154171
HSL0.550.240.56
HSV199°32°67°
CMYK 0.320.100.00   0.33
XYZ26.242429.833442.9034
Yxy29.83340.26510.3014
Hunter Lab54.6200-9.8238-8.3377
CIE-Lab61.5102-8.5152-12.9864

#759aab color RGB value is (117,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 10101011
Octal 165 232 253
Decimal 117 154 171
Hex 75 9A AB

RGB Percentages of Color #759aab

%26.47
%34.84
%38.69

CMYK Percentages of Color #759aab

%32
%10
%0
%33

Triadic Colors of #759aab

#759aab #ab759a #9aab75

Analogous Colors of #759aab

#759aab #757fab #75aba1

Monochromatic Colors of #759aab

#759aab

Complementary Color

#759aab #ab8675

#759aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aab Color CSS Codes

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

#759aab Text Font Color

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

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


#759aab Background Color

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

This div background color is #759aab


#759aab Border Color

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

This div border color is #759aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aab

#759aab Color Palettes


Comments

No comments written yet.

Please login to write comment.