Color Hex Logo

#117fab Color Hex

#117FAB
(17,127,171)
0 Favorites   0 Comments

Color spaces of #117fab

RGB 17127171
HSL0.550.820.37
HSV197°90°67°
CMYK 0.900.260.00   0.33
XYZ15.171218.238241.2488
Yxy18.23820.20320.2443
Hunter Lab42.7062-11.3245-27.3723
CIE-Lab49.7838-12.3252-31.2948

#117fab color RGB value is (17,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 10101011
Octal 21 177 253
Decimal 17 127 171
Hex 11 7F AB

RGB Percentages of Color #117fab

%5.40
%40.32
%54.29

CMYK Percentages of Color #117fab

%90
%26
%0
%33

Triadic Colors of #117fab

#117fab #ab117f #7fab11

Analogous Colors of #117fab

#117fab #1132ab #11ab8a

Monochromatic Colors of #117fab

#117fab

Complementary Color

#117fab #ab3d11

#117fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#117fab Color CSS Codes

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

#117fab Text Font Color

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

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


#117fab Background Color

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

This div background color is #117fab


#117fab Border Color

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

This div border color is #117fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117fab


Comments

No comments written yet.

Please login to write comment.