Color Hex Logo

#117ade Color Hex

#117ADE
(17,122,222)
0 Favorites   0 Comments

Color spaces of #117ade

RGB 17122222
HSL0.580.860.47
HSV209°92°87°
CMYK 0.920.450.00   0.13
XYZ20.375519.312271.7610
Yxy19.31220.18280.1733
Hunter Lab43.94565.8570-66.0556
CIE-Lab51.050510.2341-58.4452

#117ade color RGB value is (17,122,222).

#117ade hex color red value is 17, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #117ade hue: 0.58 , saturation: 0.86 and the lightness value of 117ade is 0.47.

The process color (four color CMYK) of #117ade color hex is 0.92, 0.45, 0.00, 0.13. Web safe color of #117ade is #0066cc. Color #117ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11011110
Octal 21 172 336
Decimal 17 122 222
Hex 11 7A DE

RGB Percentages of Color #117ade

%4.71
%33.80
%61.50

CMYK Percentages of Color #117ade

%92
%45
%0
%13

Triadic Colors of #117ade

#117ade #de117a #7ade11

Analogous Colors of #117ade

#117ade #1113de #11dedc

Monochromatic Colors of #117ade

#117ade

Complementary Color

#117ade #de7511

#117ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ade Color CSS Codes

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

#117ade Text Font Color

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

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


#117ade Background Color

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

This div background color is #117ade


#117ade Border Color

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

This div border color is #117ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ade


Comments

No comments written yet.

Please login to write comment.