Color Hex Logo

#117fba Color Hex

#117FBA
(17,127,186)
0 Favorites   0 Comments

Color spaces of #117fba

RGB 17127186
HSL0.560.830.40
HSV201°91°73°
CMYK 0.910.320.00   0.27
XYZ16.683518.843149.2121
Yxy18.84310.19690.2224
Hunter Lab43.4086-7.3612-36.8306
CIE-Lab50.5031-6.6977-38.8249

#117fba color RGB value is (17,127,186).

#117fba hex color red value is 17, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #117fba hue: 0.56 , saturation: 0.83 and the lightness value of 117fba is 0.40.

The process color (four color CMYK) of #117fba color hex is 0.91, 0.32, 0.00, 0.27. Web safe color of #117fba is #0066cc. Color #117fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 10111010
Octal 21 177 272
Decimal 17 127 186
Hex 11 7F BA

RGB Percentages of Color #117fba

%5.15
%38.48
%56.36

CMYK Percentages of Color #117fba

%91
%32
%0
%27

Triadic Colors of #117fba

#117fba #ba117f #7fba11

Analogous Colors of #117fba

#117fba #112bba #11baa1

Monochromatic Colors of #117fba

#117fba

Complementary Color

#117fba #ba4c11

#117fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#117fba Color CSS Codes

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

#117fba Text Font Color

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

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


#117fba Background Color

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

This div background color is #117fba


#117fba Border Color

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

This div border color is #117fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117fba


Comments

No comments written yet.

Please login to write comment.