Color Hex Logo

#117feb Color Hex

#117FEB
(17,127,235)
0 Favorites   0 Comments

Color spaces of #117feb

RGB 17127235
HSL0.580.870.49
HSV210°93°92°
CMYK 0.930.460.00   0.08
XYZ22.815921.296181.5053
Yxy21.29610.18160.1695
Hunter Lab46.14777.4938-72.4136
CIE-Lab53.272012.1578-62.1610

#117feb color RGB value is (17,127,235).

#117feb hex color red value is 17, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #117feb hue: 0.58 , saturation: 0.87 and the lightness value of 117feb is 0.49.

The process color (four color CMYK) of #117feb color hex is 0.93, 0.46, 0.00, 0.08. Web safe color of #117feb is #0066ff. Color #117feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 11101011
Octal 21 177 353
Decimal 17 127 235
Hex 11 7F EB

RGB Percentages of Color #117feb

%4.49
%33.51
%62.01

CMYK Percentages of Color #117feb

%93
%46
%0
%8

Triadic Colors of #117feb

#117feb #eb117f #7feb11

Analogous Colors of #117feb

#117feb #1112eb #11ebea

Monochromatic Colors of #117feb

#117feb

Complementary Color

#117feb #eb7d11

#117feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117feb Color CSS Codes

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

#117feb Text Font Color

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

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


#117feb Background Color

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

This div background color is #117feb


#117feb Border Color

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

This div border color is #117feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117feb


Comments

No comments written yet.

Please login to write comment.