Color Hex Logo

#11290c Color Hex

#11290C
(17,41,12)
0 Favorites   0 Comments

Color spaces of #11290c

RGB 174112
HSL0.300.550.10
HSV110°71°16°
CMYK 0.590.000.71   0.84
XYZ1.09051.73160.6246
Yxy1.73160.31640.5024
Hunter Lab13.1590-8.23586.3971
CIE-Lab14.0105-16.584415.2222

#11290c color RGB value is (17,41,12).

#11290c hex color red value is 17, green value is 41 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #11290c hue: 0.30 , saturation: 0.55 and the lightness value of 11290c is 0.10.

The process color (four color CMYK) of #11290c color hex is 0.59, 0.00, 0.71, 0.84. Web safe color of #11290c is #003300. Color #11290c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 00001100
Octal 21 51 14
Decimal 17 41 12
Hex 11 29 C

RGB Percentages of Color #11290c

%24.29
%58.57
%17.14

CMYK Percentages of Color #11290c

%59
%0
%71
%84

Triadic Colors of #11290c

#11290c #0c1129 #290c11

Analogous Colors of #11290c

#11290c #0c2916 #20290c

Monochromatic Colors of #11290c

#11290c

Complementary Color

#11290c #240c29

#11290c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11290c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11290c Color CSS Codes

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

#11290c Text Font Color

<p style="color:#11290c">Text here</p>

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


#11290c Background Color

<div style="background-color:#11290c">
Div content here</div>

This div background color is #11290c


#11290c Border Color

<div style="border:3px solid #11290c">
Div here</div>

This div border color is #11290c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,41,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11290c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11290c;
  -webkit-box-shadow: 1px 1px 3px 2px #11290c;
  box-shadow:         1px 1px 3px 2px #11290c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11290c


Comments

No comments written yet.

Please login to write comment.