Color Hex Logo

#115aca Color Hex

#115ACA
(17,90,202)
0 Favorites   0 Comments

Color spaces of #115aca

RGB 1790202
HSL0.600.840.43
HSV216°92°79°
CMYK 0.920.550.00   0.21
XYZ14.548011.695857.3679
Yxy11.69580.17400.1399
Hunter Lab34.199116.0838-75.5176
CIE-Lab40.728522.9403-63.7271

#115aca color RGB value is (17,90,202).

#115aca hex color red value is 17, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #115aca hue: 0.60 , saturation: 0.84 and the lightness value of 115aca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011010 11001010
Octal 21 132 312
Decimal 17 90 202
Hex 11 5A CA

RGB Percentages of Color #115aca

%5.50
%29.13
%65.37

CMYK Percentages of Color #115aca

%92
%55
%0
%21

Triadic Colors of #115aca

#115aca #ca115a #5aca11

Analogous Colors of #115aca

#115aca #2511ca #11b7ca

Monochromatic Colors of #115aca

#115aca

Complementary Color

#115aca #ca8111

#115aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#115aca Color CSS Codes

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

#115aca Text Font Color

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

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


#115aca Background Color

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

This div background color is #115aca


#115aca Border Color

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

This div border color is #115aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115aca


Comments

No comments written yet.

Please login to write comment.