Color Hex Logo

#111eaa Color Hex

#111EAA
(17,30,170)
0 Favorites   0 Comments

Color spaces of #111eaa

RGB 1730170
HSL0.650.820.37
HSV235°90°67°
CMYK 0.900.820.00   0.33
XYZ7.95113.950038.3736
Yxy3.95000.15820.0786
Hunter Lab19.874636.6307-100.5640
CIE-Lab23.505548.3931-73.1585

#111eaa color RGB value is (17,30,170).

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

The process color (four color CMYK) of #111eaa color hex is 0.90, 0.82, 0.00, 0.33. Web safe color of #111eaa is #003399. Color #111eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011110 10101010
Octal 21 36 252
Decimal 17 30 170
Hex 11 1E AA

RGB Percentages of Color #111eaa

%7.83
%13.82
%78.34

CMYK Percentages of Color #111eaa

%90
%82
%0
%33

Triadic Colors of #111eaa

#111eaa #aa111e #1eaa11

Analogous Colors of #111eaa

#111eaa #5011aa #116baa

Monochromatic Colors of #111eaa

#111eaa

Complementary Color

#111eaa #aa9d11

#111eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#111eaa Color CSS Codes

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

#111eaa Text Font Color

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

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


#111eaa Background Color

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

This div background color is #111eaa


#111eaa Border Color

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

This div border color is #111eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111eaa


Comments

No comments written yet.

Please login to write comment.