Color Hex Logo

#0f1506 Color Hex

#0F1506
(15,21,6)
0 Favorites   0 Comments

Color spaces of #0f1506

RGB 15216
HSL0.230.560.05
HSV84°71°
CMYK 0.290.000.71   0.92
XYZ0.49800.65100.2717
Yxy0.65100.35050.4582
Hunter Lab8.0685-3.10253.6514
CIE-Lab5.8804-4.94666.2524

#0f1506 color RGB value is (15,21,6).

#0f1506 hex color red value is 15, green value is 21 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #0f1506 hue: 0.23 , saturation: 0.56 and the lightness value of 0f1506 is 0.05.

The process color (four color CMYK) of #0f1506 color hex is 0.29, 0.00, 0.71, 0.92. Web safe color of #0f1506 is #000000. Color #0f1506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010101 00000110
Octal 17 25 6
Decimal 15 21 6
Hex F 15 6

RGB Percentages of Color #0f1506

%35.71
%50.00
%14.29

CMYK Percentages of Color #0f1506

%29
%0
%71
%92

Triadic Colors of #0f1506

#0f1506 #060f15 #15060f

Analogous Colors of #0f1506

#0f1506 #081506 #151406

Monochromatic Colors of #0f1506

#0f1506

Complementary Color

#0f1506 #0c0615

#0f1506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f1506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f1506 Color CSS Codes

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

#0f1506 Text Font Color

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

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


#0f1506 Background Color

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

This div background color is #0f1506


#0f1506 Border Color

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

This div border color is #0f1506


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,21,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f1506


Comments

No comments written yet.

Please login to write comment.