Color Hex Logo

#0f120a Color Hex

#0F120A
(15,18,10)
0 Favorites   0 Comments

Color spaces of #0f120a

RGB 151810
HSL0.230.290.05
HSV83°44°
CMYK 0.170.000.44   0.93
XYZ0.46810.55610.3698
Yxy0.55610.33580.3989
Hunter Lab7.4572-1.84542.2799
CIE-Lab5.0232-2.47653.3713

#0f120a color RGB value is (15,18,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010010 00001010
Octal 17 22 12
Decimal 15 18 10
Hex F 12 A

RGB Percentages of Color #0f120a

%34.88
%41.86
%23.26

CMYK Percentages of Color #0f120a

%17
%0
%44
%93

Triadic Colors of #0f120a

#0f120a #0a0f12 #120a0f

Analogous Colors of #0f120a

#0f120a #0b120a #12110a

Monochromatic Colors of #0f120a

#0f120a

Complementary Color

#0f120a #0d0a12

#0f120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f120a Color CSS Codes

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

#0f120a Text Font Color

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

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


#0f120a Background Color

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

This div background color is #0f120a


#0f120a Border Color

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

This div border color is #0f120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f120a


Comments

No comments written yet.

Please login to write comment.