Color Hex Logo

#0b170f Color Hex

#0B170F
(11,23,15)
0 Favorites   0 Comments

Color spaces of #0b170f

RGB 112315
HSL0.390.350.07
HSV140°52°
CMYK 0.520.000.35   0.91
XYZ0.53060.71840.5626
Yxy0.71840.29290.3966
Hunter Lab8.4758-3.65841.9976
CIE-Lab6.4892-6.23543.1413

#0b170f color RGB value is (11,23,15).

#0b170f hex color red value is 11, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #0b170f hue: 0.39 , saturation: 0.35 and the lightness value of 0b170f is 0.07.

The process color (four color CMYK) of #0b170f color hex is 0.52, 0.00, 0.35, 0.91. Web safe color of #0b170f is #000000. Color #0b170f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010111 00001111
Octal 13 27 17
Decimal 11 23 15
Hex B 17 F

RGB Percentages of Color #0b170f

%22.45
%46.94
%30.61

CMYK Percentages of Color #0b170f

%52
%0
%35
%91

Triadic Colors of #0b170f

#0b170f #0f0b17 #170f0b

Analogous Colors of #0b170f

#0b170f #0b1715 #0d170b

Monochromatic Colors of #0b170f

#0b170f

Complementary Color

#0b170f #170b13

#0b170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b170f Color CSS Codes

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

#0b170f Text Font Color

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

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


#0b170f Background Color

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

This div background color is #0b170f


#0b170f Border Color

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

This div border color is #0b170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b170f


Comments

No comments written yet.

Please login to write comment.