Color Hex Logo

#11343a Color Hex

#11343A
(17,52,58)
0 Favorites   0 Comments

Color spaces of #11343a

RGB 175258
HSL0.520.550.15
HSV189°71°23°
CMYK 0.710.100.00   0.77
XYZ2.22292.88064.4418
Yxy2.88060.23290.3018
Hunter Lab16.9723-6.3231-3.6361
CIE-Lab19.5592-10.2853-7.5398

#11343a color RGB value is (17,52,58).

#11343a hex color red value is 17, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #11343a hue: 0.52 , saturation: 0.55 and the lightness value of 11343a is 0.15.

The process color (four color CMYK) of #11343a color hex is 0.71, 0.10, 0.00, 0.77. Web safe color of #11343a is #003333. Color #11343a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 00111010
Octal 21 64 72
Decimal 17 52 58
Hex 11 34 3A

RGB Percentages of Color #11343a

%13.39
%40.94
%45.67

CMYK Percentages of Color #11343a

%71
%10
%0
%77

Triadic Colors of #11343a

#11343a #3a1134 #343a11

Analogous Colors of #11343a

#11343a #11203a #113a2b

Monochromatic Colors of #11343a

#11343a

Complementary Color

#11343a #3a1711

#11343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11343a Color CSS Codes

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

#11343a Text Font Color

<p style="color:#11343a">Text here</p>

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


#11343a Background Color

<div style="background-color:#11343a">
Div content here</div>

This div background color is #11343a


#11343a Border Color

<div style="border:3px solid #11343a">
Div here</div>

This div border color is #11343a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,52,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11343a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11343a;
  -webkit-box-shadow: 1px 1px 3px 2px #11343a;
  box-shadow:         1px 1px 3px 2px #11343a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11343a


Comments

No comments written yet.

Please login to write comment.