Color Hex Logo

#10110b Color Hex

#10110B
(16,17,11)
0 Favorites   0 Comments

Color spaces of #10110b

RGB 161711
HSL0.190.210.05
HSV70°35°
CMYK 0.060.000.35   0.93
XYZ0.47450.53520.3949
Yxy0.53520.33780.3810
Hunter Lab7.3157-1.22501.9206
CIE-Lab4.8344-1.40062.6868

#10110b color RGB value is (16,17,11).

#10110b hex color red value is 16, green value is 17 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #10110b hue: 0.19 , saturation: 0.21 and the lightness value of 10110b is 0.05.

The process color (four color CMYK) of #10110b color hex is 0.06, 0.00, 0.35, 0.93. Web safe color of #10110b is #000000. Color #10110b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010001 00001011
Octal 20 21 13
Decimal 16 17 11
Hex 10 11 B

RGB Percentages of Color #10110b

%36.36
%38.64
%25.00

CMYK Percentages of Color #10110b

%6
%0
%35
%93

Triadic Colors of #10110b

#10110b #0b1011 #110b10

Analogous Colors of #10110b

#10110b #0d110b #110f0b

Monochromatic Colors of #10110b

#10110b

Complementary Color

#10110b #0c0b11

#10110b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10110b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10110b Color CSS Codes

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

#10110b Text Font Color

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

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


#10110b Background Color

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

This div background color is #10110b


#10110b Border Color

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

This div border color is #10110b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,17,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10110b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10110b;
  -webkit-box-shadow: 1px 1px 3px 2px #10110b;
  box-shadow:         1px 1px 3px 2px #10110b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10110b


Comments

No comments written yet.

Please login to write comment.