Color Hex Logo

#111516 Color Hex

#111516
(17,21,22)
0 Favorites   0 Comments

Color spaces of #111516

RGB 172122
HSL0.530.130.08
HSV192°23°
CMYK 0.230.050.00   0.91
XYZ0.64420.71340.8628
Yxy0.71340.29010.3213
Hunter Lab8.4463-1.1668-0.1441
CIE-Lab6.4441-1.3873-1.2305

#111516 color RGB value is (17,21,22).

#111516 hex color red value is 17, green value is 21 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #111516 hue: 0.53 , saturation: 0.13 and the lightness value of 111516 is 0.08.

The process color (four color CMYK) of #111516 color hex is 0.23, 0.05, 0.00, 0.91. Web safe color of #111516 is #000000. Color #111516 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 00010110
Octal 21 25 26
Decimal 17 21 22
Hex 11 15 16

RGB Percentages of Color #111516

%28.33
%35.00
%36.67

CMYK Percentages of Color #111516

%23
%5
%0
%91

Triadic Colors of #111516

#111516 #161115 #151611

Analogous Colors of #111516

#111516 #111316 #111615

Monochromatic Colors of #111516

#111516

Complementary Color

#111516 #161211

#111516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111516 Color CSS Codes

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

#111516 Text Font Color

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

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


#111516 Background Color

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

This div background color is #111516


#111516 Border Color

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

This div border color is #111516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111516


Comments

No comments written yet.

Please login to write comment.