Color Hex Logo

#0b1614 Color Hex

#0B1614
(11,22,20)
0 Favorites   0 Comments

Color spaces of #0b1614

RGB 112220
HSL0.470.330.06
HSV169°50°
CMYK 0.500.000.09   0.91
XYZ0.55120.69550.7670
Yxy0.69550.27370.3454
Hunter Lab8.3397-2.79670.3849
CIE-Lab6.2824-4.5000-0.1390

#0b1614 color RGB value is (11,22,20).

#0b1614 hex color red value is 11, green value is 22 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #0b1614 hue: 0.47 , saturation: 0.33 and the lightness value of 0b1614 is 0.06.

The process color (four color CMYK) of #0b1614 color hex is 0.50, 0.00, 0.09, 0.91. Web safe color of #0b1614 is #000000. Color #0b1614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010110 00010100
Octal 13 26 24
Decimal 11 22 20
Hex B 16 14

RGB Percentages of Color #0b1614

%20.75
%41.51
%37.74

CMYK Percentages of Color #0b1614

%50
%0
%9
%91

Triadic Colors of #0b1614

#0b1614 #140b16 #16140b

Analogous Colors of #0b1614

#0b1614 #0b1316 #0b160f

Monochromatic Colors of #0b1614

#0b1614

Complementary Color

#0b1614 #160b0d

#0b1614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1614 Color CSS Codes

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

#0b1614 Text Font Color

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

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


#0b1614 Background Color

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

This div background color is #0b1614


#0b1614 Border Color

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

This div border color is #0b1614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1614


Comments

No comments written yet.

Please login to write comment.