Color Hex Logo

#11490a Color Hex

#11490A
(17,73,10)
0 Favorites   0 Comments

Color spaces of #11490a

RGB 177310
HSL0.310.760.16
HSV113°86°29°
CMYK 0.770.000.86   0.71
XYZ2.66854.90621.0935
Yxy4.90620.30780.5660
Hunter Lab22.1499-17.257712.5779
CIE-Lab26.4658-31.076530.0668

#11490a color RGB value is (17,73,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00001010
Octal 21 111 12
Decimal 17 73 10
Hex 11 49 A

RGB Percentages of Color #11490a

%17.00
%73.00
%10.00

CMYK Percentages of Color #11490a

%77
%0
%86
%71

Triadic Colors of #11490a

#11490a #0a1149 #490a11

Analogous Colors of #11490a

#11490a #0a4922 #31490a

Monochromatic Colors of #11490a

#11490a

Complementary Color

#11490a #420a49

#11490a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11490a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11490a Color CSS Codes

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

#11490a Text Font Color

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

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


#11490a Background Color

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

This div background color is #11490a


#11490a Border Color

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

This div border color is #11490a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11490a


Comments

No comments written yet.

Please login to write comment.