Color Hex Logo

#11490e Color Hex

#11490E
(17,73,14)
0 Favorites   0 Comments

Color spaces of #11490e

RGB 177314
HSL0.320.680.17
HSV117°81°29°
CMYK 0.770.000.81   0.71
XYZ2.69304.91601.2224
Yxy4.91600.30490.5567
Hunter Lab22.1721-17.120612.2516
CIE-Lab26.4941-30.734628.4826

#11490e color RGB value is (17,73,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00001110
Octal 21 111 16
Decimal 17 73 14
Hex 11 49 E

RGB Percentages of Color #11490e

%16.35
%70.19
%13.46

CMYK Percentages of Color #11490e

%77
%0
%81
%71

Triadic Colors of #11490e

#11490e #0e1149 #490e11

Analogous Colors of #11490e

#11490e #0e4929 #2f490e

Monochromatic Colors of #11490e

#11490e

Complementary Color

#11490e #460e49

#11490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11490e Color CSS Codes

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

#11490e Text Font Color

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

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


#11490e Background Color

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

This div background color is #11490e


#11490e Border Color

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

This div border color is #11490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11490e


Comments

No comments written yet.

Please login to write comment.