Color Hex Logo

#0f110f Color Hex

#0F110F
(15,17,15)
0 Favorites   0 Comments

Color spaces of #0f110f

RGB 151715
HSL0.330.060.06
HSV120°12°
CMYK 0.120.000.12   0.93
XYZ0.48370.53690.5301
Yxy0.53690.31190.3462
Hunter Lab7.3273-1.03950.8398
CIE-Lab4.8498-1.08990.7794

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

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

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

Base Numbers

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

RGB Percentages of Color #0f110f

%31.91
%36.17
%31.91

CMYK Percentages of Color #0f110f

%12
%0
%12
%93

Triadic Colors of #0f110f

#0f110f #0f0f11 #110f0f

Analogous Colors of #0f110f

#0f110f #0f1110 #10110f

Monochromatic Colors of #0f110f

#0f110f

Complementary Color

#0f110f #110f11

#0f110f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f110f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f110f Color CSS Codes

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

#0f110f Text Font Color

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

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


#0f110f Background Color

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

This div background color is #0f110f


#0f110f Border Color

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

This div border color is #0f110f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f110f

#0f110f Color Palettes


Comments

No comments written yet.

Please login to write comment.