Color Hex Logo

#115caa Color Hex

#115CAA
(17,92,170)
0 Favorites   0 Comments

Color spaces of #115caa

RGB 1792170
HSL0.580.820.37
HSV211°90°67°
CMYK 0.900.460.00   0.33
XYZ11.314010.675739.4945
Yxy10.67570.18400.1736
Hunter Lab32.67374.6307-48.7955
CIE-Lab39.02888.7658-47.7565

#115caa color RGB value is (17,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 10101010
Octal 21 134 252
Decimal 17 92 170
Hex 11 5C AA

RGB Percentages of Color #115caa

%6.09
%32.97
%60.93

CMYK Percentages of Color #115caa

%90
%46
%0
%33

Triadic Colors of #115caa

#115caa #aa115c #5caa11

Analogous Colors of #115caa

#115caa #1311aa #11a9aa

Monochromatic Colors of #115caa

#115caa

Complementary Color

#115caa #aa5f11

#115caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#115caa Color CSS Codes

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

#115caa Text Font Color

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

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


#115caa Background Color

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

This div background color is #115caa


#115caa Border Color

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

This div border color is #115caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115caa


Comments

No comments written yet.

Please login to write comment.