Color Hex Logo

#0b110f Color Hex

#0B110F
(11,17,15)
0 Favorites   0 Comments

Color spaces of #0b110f

RGB 111715
HSL0.440.210.05
HSV160°35°
CMYK 0.350.000.12   0.93
XYZ0.42470.50650.5273
Yxy0.50650.29120.3473
Hunter Lab7.1169-1.80260.5889
CIE-Lab4.5752-2.32320.3460

#0b110f color RGB value is (11,17,15).

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

The process color (four color CMYK) of #0b110f color hex is 0.35, 0.00, 0.12, 0.93. Web safe color of #0b110f is #000000. Color #0b110f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010001 00001111
Octal 13 21 17
Decimal 11 17 15
Hex B 11 F

RGB Percentages of Color #0b110f

%25.58
%39.53
%34.88

CMYK Percentages of Color #0b110f

%35
%0
%12
%93

Triadic Colors of #0b110f

#0b110f #0f0b11 #110f0b

Analogous Colors of #0b110f

#0b110f #0b1011 #0b110c

Monochromatic Colors of #0b110f

#0b110f

Complementary Color

#0b110f #110b0d

#0b110f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b110f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b110f Color CSS Codes

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

#0b110f Text Font Color

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

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


#0b110f Background Color

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

This div background color is #0b110f


#0b110f Border Color

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

This div border color is #0b110f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b110f


Comments

No comments written yet.

Please login to write comment.