Color Hex Logo

#115cae Color Hex

#115CAE
(17,92,174)
0 Favorites   0 Comments

Color spaces of #115cae

RGB 1792174
HSL0.590.820.37
HSV211°90°68°
CMYK 0.900.470.00   0.32
XYZ11.698310.829541.5181
Yxy10.82950.18270.1691
Hunter Lab32.90825.8643-51.7665
CIE-Lab39.291810.3860-49.6986

#115cae color RGB value is (17,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 10101110
Octal 21 134 256
Decimal 17 92 174
Hex 11 5C AE

RGB Percentages of Color #115cae

%6.01
%32.51
%61.48

CMYK Percentages of Color #115cae

%90
%47
%0
%32

Triadic Colors of #115cae

#115cae #ae115c #5cae11

Analogous Colors of #115cae

#115cae #1511ae #11abae

Monochromatic Colors of #115cae

#115cae

Complementary Color

#115cae #ae6311

#115cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#115cae Color CSS Codes

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

#115cae Text Font Color

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

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


#115cae Background Color

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

This div background color is #115cae


#115cae Border Color

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

This div border color is #115cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115cae


Comments

No comments written yet.

Please login to write comment.