Color Hex Logo

#115dad Color Hex

#115DAD
(17,93,173)
0 Favorites   0 Comments

Color spaces of #115dad

RGB 1793173
HSL0.590.820.37
HSV211°90°68°
CMYK 0.900.460.00   0.32
XYZ11.688310.965041.0356
Yxy10.96500.18350.1722
Hunter Lab33.11345.0580-50.2953
CIE-Lab39.52159.3253-48.7387

#115dad color RGB value is (17,93,173).

#115dad hex color red value is 17, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #115dad hue: 0.59 , saturation: 0.82 and the lightness value of 115dad is 0.37.

The process color (four color CMYK) of #115dad color hex is 0.90, 0.46, 0.00, 0.32. Web safe color of #115dad is #006699. Color #115dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011101 10101101
Octal 21 135 255
Decimal 17 93 173
Hex 11 5D AD

RGB Percentages of Color #115dad

%6.01
%32.86
%61.13

CMYK Percentages of Color #115dad

%90
%46
%0
%32

Triadic Colors of #115dad

#115dad #ad115d #5dad11

Analogous Colors of #115dad

#115dad #1311ad #11abad

Monochromatic Colors of #115dad

#115dad

Complementary Color

#115dad #ad6111

#115dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#115dad Color CSS Codes

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

#115dad Text Font Color

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

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


#115dad Background Color

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

This div background color is #115dad


#115dad Border Color

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

This div border color is #115dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115dad


Comments

No comments written yet.

Please login to write comment.