Color Hex Logo

#115ade Color Hex

#115ADE
(17,90,222)
0 Favorites   0 Comments

Color spaces of #115ade

RGB 1790222
HSL0.610.860.47
HSV219°92°87°
CMYK 0.920.590.00   0.13
XYZ17.072112.705470.6598
Yxy12.70540.17000.1265
Hunter Lab35.644623.1150-92.5817
CIE-Lab42.316030.7488-72.6099

#115ade color RGB value is (17,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011010 11011110
Octal 21 132 336
Decimal 17 90 222
Hex 11 5A DE

RGB Percentages of Color #115ade

%5.17
%27.36
%67.48

CMYK Percentages of Color #115ade

%92
%59
%0
%13

Triadic Colors of #115ade

#115ade #de115a #5ade11

Analogous Colors of #115ade

#115ade #2e11de #11c1de

Monochromatic Colors of #115ade

#115ade

Complementary Color

#115ade #de9511

#115ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ade Color CSS Codes

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

#115ade Text Font Color

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

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


#115ade Background Color

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

This div background color is #115ade


#115ade Border Color

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

This div border color is #115ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ade


Comments

No comments written yet.

Please login to write comment.