Color Hex Logo

#115bad Color Hex

#115BAD
(17,91,173)
0 Favorites   0 Comments

Color spaces of #115bad

RGB 1791173
HSL0.590.820.37
HSV212°90°68°
CMYK 0.900.470.00   0.32
XYZ11.515110.618540.9778
Yxy10.61850.18250.1683
Hunter Lab32.58606.0519-51.7485
CIE-Lab38.930410.6389-49.6899

#115bad color RGB value is (17,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011011 10101101
Octal 21 133 255
Decimal 17 91 173
Hex 11 5B AD

RGB Percentages of Color #115bad

%6.05
%32.38
%61.57

CMYK Percentages of Color #115bad

%90
%47
%0
%32

Triadic Colors of #115bad

#115bad #ad115b #5bad11

Analogous Colors of #115bad

#115bad #1511ad #11a9ad

Monochromatic Colors of #115bad

#115bad

Complementary Color

#115bad #ad6311

#115bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#115bad Color CSS Codes

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

#115bad Text Font Color

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

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


#115bad Background Color

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

This div background color is #115bad


#115bad Border Color

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

This div border color is #115bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115bad


Comments

No comments written yet.

Please login to write comment.