Color Hex Logo

#11150e Color Hex

#11150E
(17,21,14)
0 Favorites   0 Comments

Color spaces of #11150e

RGB 172114
HSL0.260.200.07
HSV94°33°
CMYK 0.190.000.33   0.92
XYZ0.57860.68720.5176
Yxy0.68720.32440.3853
Hunter Lab8.2898-2.04832.1008
CIE-Lab6.2074-3.05443.2990

#11150e color RGB value is (17,21,14).

#11150e hex color red value is 17, green value is 21 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #11150e hue: 0.26 , saturation: 0.20 and the lightness value of 11150e is 0.07.

The process color (four color CMYK) of #11150e color hex is 0.19, 0.00, 0.33, 0.92. Web safe color of #11150e is #000000. Color #11150e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 00001110
Octal 21 25 16
Decimal 17 21 14
Hex 11 15 E

RGB Percentages of Color #11150e

%32.69
%40.38
%26.92

CMYK Percentages of Color #11150e

%19
%0
%33
%92

Triadic Colors of #11150e

#11150e #0e1115 #150e11

Analogous Colors of #11150e

#11150e #0e150f #15150e

Monochromatic Colors of #11150e

#11150e

Complementary Color

#11150e #120e15

#11150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11150e Color CSS Codes

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

#11150e Text Font Color

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

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


#11150e Background Color

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

This div background color is #11150e


#11150e Border Color

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

This div border color is #11150e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,21,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 #11150e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11150e


Comments

No comments written yet.

Please login to write comment.