Color Hex Logo

#117aaa Color Hex

#117AAA
(17,122,170)
0 Favorites   0 Comments

Color spaces of #117aaa

RGB 17122170
HSL0.550.820.37
HSV199°90°67°
CMYK 0.900.280.00   0.33
XYZ14.446416.940540.5387
Yxy16.94050.20090.2355
Hunter Lab41.1588-9.3760-29.5855
CIE-Lab48.1850-9.8238-33.2161

#117aaa color RGB value is (17,122,170).

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

The process color (four color CMYK) of #117aaa color hex is 0.90, 0.28, 0.00, 0.33. Web safe color of #117aaa is #006699. Color #117aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 10101010
Octal 21 172 252
Decimal 17 122 170
Hex 11 7A AA

RGB Percentages of Color #117aaa

%5.50
%39.48
%55.02

CMYK Percentages of Color #117aaa

%90
%28
%0
%33

Triadic Colors of #117aaa

#117aaa #aa117a #7aaa11

Analogous Colors of #117aaa

#117aaa #112daa #11aa8e

Monochromatic Colors of #117aaa

#117aaa

Complementary Color

#117aaa #aa4111

#117aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aaa Color CSS Codes

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

#117aaa Text Font Color

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

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


#117aaa Background Color

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

This div background color is #117aaa


#117aaa Border Color

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

This div border color is #117aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aaa


Comments

No comments written yet.

Please login to write comment.