Color Hex Logo

#11404d Color Hex

#11404D
(17,64,77)
0 Favorites   0 Comments

Color spaces of #11404d

RGB 176477
HSL0.540.640.18
HSV193°78°30°
CMYK 0.780.170.00   0.70
XYZ3.40414.32187.6760
Yxy4.32180.22100.2806
Hunter Lab20.7889-7.1520-7.3397
CIE-Lab24.7080-10.6525-12.4344

#11404d color RGB value is (17,64,77).

#11404d hex color red value is 17, green value is 64 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #11404d hue: 0.54 , saturation: 0.64 and the lightness value of 11404d is 0.18.

The process color (four color CMYK) of #11404d color hex is 0.78, 0.17, 0.00, 0.70. Web safe color of #11404d is #003366. Color #11404d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 01001101
Octal 21 100 115
Decimal 17 64 77
Hex 11 40 4D

RGB Percentages of Color #11404d

%10.76
%40.51
%48.73

CMYK Percentages of Color #11404d

%78
%17
%0
%70

Triadic Colors of #11404d

#11404d #4d1140 #404d11

Analogous Colors of #11404d

#11404d #11224d #114d3c

Monochromatic Colors of #11404d

#11404d

Complementary Color

#11404d #4d1e11

#11404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11404d Color CSS Codes

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

#11404d Text Font Color

<p style="color:#11404d">Text here</p>

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


#11404d Background Color

<div style="background-color:#11404d">
Div content here</div>

This div background color is #11404d


#11404d Border Color

<div style="border:3px solid #11404d">
Div here</div>

This div border color is #11404d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,64,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11404d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11404d;
  -webkit-box-shadow: 1px 1px 3px 2px #11404d;
  box-shadow:         1px 1px 3px 2px #11404d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11404d


Comments

No comments written yet.

Please login to write comment.