Color Hex Logo

#117ebe Color Hex

#117EBE
(17,126,190)
0 Favorites   0 Comments

Color spaces of #117ebe

RGB 17126190
HSL0.560.840.41
HSV202°91°75°
CMYK 0.910.340.00   0.25
XYZ16.986318.758651.4407
Yxy18.75860.19480.2152
Hunter Lab43.3112-5.7884-40.1009
CIE-Lab50.4036-4.5850-41.2793

#117ebe color RGB value is (17,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111110 10111110
Octal 21 176 276
Decimal 17 126 190
Hex 11 7E BE

RGB Percentages of Color #117ebe

%5.11
%37.84
%57.06

CMYK Percentages of Color #117ebe

%91
%34
%0
%25

Triadic Colors of #117ebe

#117ebe #be117e #7ebe11

Analogous Colors of #117ebe

#117ebe #1127be #11bea8

Monochromatic Colors of #117ebe

#117ebe

Complementary Color

#117ebe #be5111

#117ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ebe Color CSS Codes

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

#117ebe Text Font Color

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

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


#117ebe Background Color

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

This div background color is #117ebe


#117ebe Border Color

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

This div border color is #117ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ebe


Comments

No comments written yet.

Please login to write comment.