Color Hex Logo

#117aab Color Hex

#117AAB
(17,122,171)
0 Favorites   0 Comments

Color spaces of #117aab

RGB 17122171
HSL0.550.820.37
HSV199°90°67°
CMYK 0.900.290.00   0.33
XYZ14.541416.978541.0388
Yxy16.97850.20040.2340
Hunter Lab41.2050-9.1153-30.2074
CIE-Lab48.2329-9.4469-33.7226

#117aab color RGB value is (17,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 10101011
Octal 21 172 253
Decimal 17 122 171
Hex 11 7A AB

RGB Percentages of Color #117aab

%5.48
%39.35
%55.16

CMYK Percentages of Color #117aab

%90
%29
%0
%33

Triadic Colors of #117aab

#117aab #ab117a #7aab11

Analogous Colors of #117aab

#117aab #112dab #11ab8f

Monochromatic Colors of #117aab

#117aab

Complementary Color

#117aab #ab4211

#117aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aab Color CSS Codes

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

#117aab Text Font Color

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

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


#117aab Background Color

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

This div background color is #117aab


#117aab Border Color

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

This div border color is #117aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aab


Comments

No comments written yet.

Please login to write comment.