Color Hex Logo

#117fac Color Hex

#117FAC
(17,127,172)
0 Favorites   0 Comments

Color spaces of #117fac

RGB 17127172
HSL0.550.820.37
HSV197°90°67°
CMYK 0.900.260.00   0.33
XYZ15.266918.276541.7528
Yxy18.27650.20280.2427
Hunter Lab42.7510-11.0698-27.9799
CIE-Lab49.8298-11.9544-31.8025

#117fac color RGB value is (17,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 10101100
Octal 21 177 254
Decimal 17 127 172
Hex 11 7F AC

RGB Percentages of Color #117fac

%5.38
%40.19
%54.43

CMYK Percentages of Color #117fac

%90
%26
%0
%33

Triadic Colors of #117fac

#117fac #ac117f #7fac11

Analogous Colors of #117fac

#117fac #1132ac #11ac8c

Monochromatic Colors of #117fac

#117fac

Complementary Color

#117fac #ac3e11

#117fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#117fac Color CSS Codes

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

#117fac Text Font Color

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

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


#117fac Background Color

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

This div background color is #117fac


#117fac Border Color

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

This div border color is #117fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,127,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117fac


Comments

No comments written yet.

Please login to write comment.