Color Hex Logo

#11490f Color Hex

#11490F
(17,73,15)
0 Favorites   0 Comments

Color spaces of #11490f

RGB 177315
HSL0.330.660.17
HSV118°79°29°
CMYK 0.770.000.79   0.71
XYZ2.69994.91871.2590
Yxy4.91870.30410.5541
Hunter Lab22.1781-17.081712.1589
CIE-Lab26.5019-30.638128.0534

#11490f color RGB value is (17,73,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00001111
Octal 21 111 17
Decimal 17 73 15
Hex 11 49 F

RGB Percentages of Color #11490f

%16.19
%69.52
%14.29

CMYK Percentages of Color #11490f

%77
%0
%79
%71

Triadic Colors of #11490f

#11490f #0f1149 #490f11

Analogous Colors of #11490f

#11490f #0f492a #2e490f

Monochromatic Colors of #11490f

#11490f

Complementary Color

#11490f #470f49

#11490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11490f Color CSS Codes

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

#11490f Text Font Color

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

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


#11490f Background Color

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

This div background color is #11490f


#11490f Border Color

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

This div border color is #11490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11490f


Comments

No comments written yet.

Please login to write comment.