Color Hex Logo

#11352b Color Hex

#11352B
(17,53,43)
0 Favorites   0 Comments

Color spaces of #11352b

RGB 175343
HSL0.450.510.14
HSV163°68°21°
CMYK 0.680.000.19   0.79
XYZ1.94032.83982.7314
Yxy2.83980.25830.3781
Hunter Lab16.8517-8.93812.1862
CIE-Lab19.3905-15.89422.4711

#11352b color RGB value is (17,53,43).

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

The process color (four color CMYK) of #11352b color hex is 0.68, 0.00, 0.19, 0.79. Web safe color of #11352b is #003333. Color #11352b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 00101011
Octal 21 65 53
Decimal 17 53 43
Hex 11 35 2B

RGB Percentages of Color #11352b

%15.04
%46.90
%38.05

CMYK Percentages of Color #11352b

%68
%0
%19
%79

Triadic Colors of #11352b

#11352b #2b1135 #352b11

Analogous Colors of #11352b

#11352b #112d35 #113519

Monochromatic Colors of #11352b

#11352b

Complementary Color

#11352b #35111b

#11352b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11352b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11352b Color CSS Codes

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

#11352b Text Font Color

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

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


#11352b Background Color

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

This div background color is #11352b


#11352b Border Color

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

This div border color is #11352b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11352b


Comments

No comments written yet.

Please login to write comment.