Color Hex Logo

#11353e Color Hex

#11353E
(17,53,62)
0 Favorites   0 Comments

Color spaces of #11353e

RGB 175362
HSL0.530.570.15
HSV192°73°24°
CMYK 0.730.150.00   0.76
XYZ2.37383.01325.0139
Yxy3.01320.22820.2897
Hunter Lab17.3586-5.9675-4.9745
CIE-Lab20.0967-9.4370-9.4505

#11353e color RGB value is (17,53,62).

#11353e hex color red value is 17, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #11353e hue: 0.53 , saturation: 0.57 and the lightness value of 11353e is 0.15.

The process color (four color CMYK) of #11353e color hex is 0.73, 0.15, 0.00, 0.76. Web safe color of #11353e is #003333. Color #11353e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 00111110
Octal 21 65 76
Decimal 17 53 62
Hex 11 35 3E

RGB Percentages of Color #11353e

%12.88
%40.15
%46.97

CMYK Percentages of Color #11353e

%73
%15
%0
%76

Triadic Colors of #11353e

#11353e #3e1135 #353e11

Analogous Colors of #11353e

#11353e #111f3e #113e31

Monochromatic Colors of #11353e

#11353e

Complementary Color

#11353e #3e1a11

#11353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11353e Color CSS Codes

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

#11353e Text Font Color

<p style="color:#11353e">Text here</p>

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


#11353e Background Color

<div style="background-color:#11353e">
Div content here</div>

This div background color is #11353e


#11353e Border Color

<div style="border:3px solid #11353e">
Div here</div>

This div border color is #11353e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,53,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11353e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11353e;
  -webkit-box-shadow: 1px 1px 3px 2px #11353e;
  box-shadow:         1px 1px 3px 2px #11353e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11353e


Comments

No comments written yet.

Please login to write comment.