Color Hex Logo

#115abc Color Hex

#115ABC
(17,90,188)
0 Favorites   0 Comments

Color spaces of #115abc

RGB 1790188
HSL0.600.830.40
HSV214°91°74°
CMYK 0.910.520.00   0.26
XYZ12.964411.062349.0289
Yxy11.06230.17750.1514
Hunter Lab33.260011.3723-64.1179
CIE-Lab39.685217.3575-57.2858

#115abc color RGB value is (17,90,188).

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

The process color (four color CMYK) of #115abc color hex is 0.91, 0.52, 0.00, 0.26. Web safe color of #115abc is #0066cc. Color #115abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011010 10111100
Octal 21 132 274
Decimal 17 90 188
Hex 11 5A BC

RGB Percentages of Color #115abc

%5.76
%30.51
%63.73

CMYK Percentages of Color #115abc

%91
%52
%0
%26

Triadic Colors of #115abc

#115abc #bc115a #5abc11

Analogous Colors of #115abc

#115abc #1d11bc #11b0bc

Monochromatic Colors of #115abc

#115abc

Complementary Color

#115abc #bc7311

#115abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#115abc Color CSS Codes

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

#115abc Text Font Color

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

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


#115abc Background Color

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

This div background color is #115abc


#115abc Border Color

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

This div border color is #115abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115abc


Comments

No comments written yet.

Please login to write comment.