Color Hex Logo

#759aaa Color Hex

#759AAA
(117,154,170)
0 Favorites   0 Comments

Color spaces of #759aaa

RGB 117154170
HSL0.550.240.56
HSV198°31°67°
CMYK 0.310.090.00   0.33
XYZ26.147429.795442.4032
Yxy29.79540.26590.3030
Hunter Lab54.5852-10.0189-7.8484
CIE-Lab61.4773-8.7667-12.4711

#759aaa color RGB value is (117,154,170).

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

The process color (four color CMYK) of #759aaa color hex is 0.31, 0.09, 0.00, 0.33. Web safe color of #759aaa is #669999. Color #759aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 10101010
Octal 165 232 252
Decimal 117 154 170
Hex 75 9A AA

RGB Percentages of Color #759aaa

%26.53
%34.92
%38.55

CMYK Percentages of Color #759aaa

%31
%9
%0
%33

Triadic Colors of #759aaa

#759aaa #aa759a #9aaa75

Analogous Colors of #759aaa

#759aaa #7580aa #75aaa0

Monochromatic Colors of #759aaa

#759aaa

Complementary Color

#759aaa #aa8575

#759aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aaa Color CSS Codes

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

#759aaa Text Font Color

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

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


#759aaa Background Color

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

This div background color is #759aaa


#759aaa Border Color

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

This div border color is #759aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aaa


Comments

No comments written yet.

Please login to write comment.