Color Hex Logo

#11342b Color Hex

#11342B
(17,52,43)
0 Favorites   0 Comments

Color spaces of #11342b

RGB 175243
HSL0.460.510.14
HSV165°67°20°
CMYK 0.670.000.17   0.80
XYZ1.89522.74962.7163
Yxy2.74960.25750.3735
Hunter Lab16.5819-8.61701.8950
CIE-Lab19.0118-15.32881.9262

#11342b color RGB value is (17,52,43).

#11342b hex color red value is 17, green value is 52 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #11342b hue: 0.46 , saturation: 0.51 and the lightness value of 11342b is 0.14.

The process color (four color CMYK) of #11342b color hex is 0.67, 0.00, 0.17, 0.80. Web safe color of #11342b is #003333. Color #11342b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 00101011
Octal 21 64 53
Decimal 17 52 43
Hex 11 34 2B

RGB Percentages of Color #11342b

%15.18
%46.43
%38.39

CMYK Percentages of Color #11342b

%67
%0
%17
%80

Triadic Colors of #11342b

#11342b #2b1134 #342b11

Analogous Colors of #11342b

#11342b #112c34 #11341a

Monochromatic Colors of #11342b

#11342b

Complementary Color

#11342b #34111a

#11342b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11342b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11342b Color CSS Codes

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

#11342b Text Font Color

<p style="color:#11342b">Text here</p>

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


#11342b Background Color

<div style="background-color:#11342b">
Div content here</div>

This div background color is #11342b


#11342b Border Color

<div style="border:3px solid #11342b">
Div here</div>

This div border color is #11342b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11342b


Comments

No comments written yet.

Please login to write comment.