Color Hex Logo

#115dac Color Hex

#115DAC
(17,93,172)
0 Favorites   0 Comments

Color spaces of #115dac

RGB 1793172
HSL0.580.820.37
HSV211°90°67°
CMYK 0.900.460.00   0.33
XYZ11.591910.926440.5278
Yxy10.92640.18390.1733
Hunter Lab33.05514.7507-49.5550
CIE-Lab39.45628.9210-48.2527

#115dac color RGB value is (17,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011101 10101100
Octal 21 135 254
Decimal 17 93 172
Hex 11 5D AC

RGB Percentages of Color #115dac

%6.03
%32.98
%60.99

CMYK Percentages of Color #115dac

%90
%46
%0
%33

Triadic Colors of #115dac

#115dac #ac115d #5dac11

Analogous Colors of #115dac

#115dac #1211ac #11abac

Monochromatic Colors of #115dac

#115dac

Complementary Color

#115dac #ac6011

#115dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#115dac Color CSS Codes

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

#115dac Text Font Color

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

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


#115dac Background Color

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

This div background color is #115dac


#115dac Border Color

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

This div border color is #115dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115dac


Comments

No comments written yet.

Please login to write comment.