Color Hex Logo

#117fbe Color Hex

#117FBE
(17,127,190)
0 Favorites   0 Comments

Color spaces of #117fbe

RGB 17127190
HSL0.560.840.41
HSV202°91°75°
CMYK 0.910.330.00   0.25
XYZ17.114819.015651.4835
Yxy19.01560.19530.2170
Hunter Lab43.6069-6.2545-39.4746
CIE-Lab50.7055-5.1778-40.8020

#117fbe color RGB value is (17,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 10111110
Octal 21 177 276
Decimal 17 127 190
Hex 11 7F BE

RGB Percentages of Color #117fbe

%5.09
%38.02
%56.89

CMYK Percentages of Color #117fbe

%91
%33
%0
%25

Triadic Colors of #117fbe

#117fbe #be117f #7fbe11

Analogous Colors of #117fbe

#117fbe #1129be #11bea7

Monochromatic Colors of #117fbe

#117fbe

Complementary Color

#117fbe #be5011

#117fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#117fbe Color CSS Codes

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

#117fbe Text Font Color

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

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


#117fbe Background Color

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

This div background color is #117fbe


#117fbe Border Color

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

This div border color is #117fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117fbe


Comments

No comments written yet.

Please login to write comment.