Color Hex Logo

#111cae Color Hex

#111CAE
(17,28,174)
0 Favorites   0 Comments

Color spaces of #111cae

RGB 1728174
HSL0.650.820.37
HSV236°90°68°
CMYK 0.900.840.00   0.32
XYZ8.28644.005740.3808
Yxy4.00570.15730.0760
Hunter Lab20.014238.8786-105.6137
CIE-Lab23.690350.6281-75.2613

#111cae color RGB value is (17,28,174).

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

The process color (four color CMYK) of #111cae color hex is 0.90, 0.84, 0.00, 0.32. Web safe color of #111cae is #003399. Color #111cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011100 10101110
Octal 21 34 256
Decimal 17 28 174
Hex 11 1C AE

RGB Percentages of Color #111cae

%7.76
%12.79
%79.45

CMYK Percentages of Color #111cae

%90
%84
%0
%32

Triadic Colors of #111cae

#111cae #ae111c #1cae11

Analogous Colors of #111cae

#111cae #5411ae #116bae

Monochromatic Colors of #111cae

#111cae

Complementary Color

#111cae #aea311

#111cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#111cae Color CSS Codes

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

#111cae Text Font Color

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

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


#111cae Background Color

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

This div background color is #111cae


#111cae Border Color

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

This div border color is #111cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111cae


Comments

No comments written yet.

Please login to write comment.