Color Hex Logo

#00120a Color Hex

#00120A
(0,18,10)
0 Favorites   0 Comments

Color spaces of #00120a

RGB 01810
HSL0.431.000.04
HSV153°100°
CMYK 1.000.000.44   0.93
XYZ0.27110.45450.3606
Yxy0.45450.24960.4184
Hunter Lab6.7417-4.62001.5478
CIE-Lab4.1055-6.59061.9206

#00120a color RGB value is (0,18,10).

#00120a hex color red value is 0, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #00120a hue: 0.43 , saturation: 1.00 and the lightness value of 00120a is 0.04.

The process color (four color CMYK) of #00120a color hex is 1.00, 0.00, 0.44, 0.93. Web safe color of #00120a is #000000. Color #00120a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010010 00001010
Octal 0 22 12
Decimal 0 18 10
Hex 0 12 A

RGB Percentages of Color #00120a

%0.00
%64.29
%35.71

CMYK Percentages of Color #00120a

%100
%0
%44
%93

Triadic Colors of #00120a

#00120a #0a0012 #120a00

Analogous Colors of #00120a

#00120a #001112 #001201

Monochromatic Colors of #00120a

#00120a

Complementary Color

#00120a #120008

#00120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00120a Color CSS Codes

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

#00120a Text Font Color

<p style="color:#00120a">Text here</p>

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


#00120a Background Color

<div style="background-color:#00120a">
Div content here</div>

This div background color is #00120a


#00120a Border Color

<div style="border:3px solid #00120a">
Div here</div>

This div border color is #00120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00120a


Comments

No comments written yet.

Please login to write comment.