Color Hex Logo

#11490b Color Hex

#11490B
(17,73,11)
0 Favorites   0 Comments

Color spaces of #11490b

RGB 177311
HSL0.320.740.16
HSV114°85°29°
CMYK 0.770.000.85   0.71
XYZ2.67414.90841.1231
Yxy4.90840.30720.5638
Hunter Lab22.1549-17.226112.5028
CIE-Lab26.4722-30.997629.6918

#11490b color RGB value is (17,73,11).

#11490b hex color red value is 17, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #11490b hue: 0.32 , saturation: 0.74 and the lightness value of 11490b is 0.16.

The process color (four color CMYK) of #11490b color hex is 0.77, 0.00, 0.85, 0.71. Web safe color of #11490b is #003300. Color #11490b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00001011
Octal 21 111 13
Decimal 17 73 11
Hex 11 49 B

RGB Percentages of Color #11490b

%16.83
%72.28
%10.89

CMYK Percentages of Color #11490b

%77
%0
%85
%71

Triadic Colors of #11490b

#11490b #0b1149 #490b11

Analogous Colors of #11490b

#11490b #0b4924 #30490b

Monochromatic Colors of #11490b

#11490b

Complementary Color

#11490b #430b49

#11490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11490b Color CSS Codes

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

#11490b Text Font Color

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

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


#11490b Background Color

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

This div background color is #11490b


#11490b Border Color

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

This div border color is #11490b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11490b


Comments

No comments written yet.

Please login to write comment.