Color Hex Logo

#001006 Color Hex

#001006
(0,16,6)
0 Favorites   0 Comments

Color spaces of #001006

RGB 0166
HSL0.401.000.03
HSV143°100°
CMYK 1.000.000.63   0.94
XYZ0.21820.38370.2349
Yxy0.38370.26080.4585
Hunter Lab6.1944-4.55232.0877
CIE-Lab3.4659-6.00102.6159

#001006 color RGB value is (0,16,6).

#001006 hex color red value is 0, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #001006 hue: 0.40 , saturation: 1.00 and the lightness value of 001006 is 0.03.

The process color (four color CMYK) of #001006 color hex is 1.00, 0.00, 0.63, 0.94. Web safe color of #001006 is #000000. Color #001006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 00000110
Octal 0 20 6
Decimal 0 16 6
Hex 0 10 6

RGB Percentages of Color #001006

%0.00
%72.73
%27.27

CMYK Percentages of Color #001006

%100
%0
%63
%94

Triadic Colors of #001006

#001006 #060010 #100600

Analogous Colors of #001006

#001006 #00100e #021000

Monochromatic Colors of #001006

#001006

Complementary Color

#001006 #10000a

#001006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001006 Color CSS Codes

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

#001006 Text Font Color

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

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


#001006 Background Color

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

This div background color is #001006


#001006 Border Color

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

This div border color is #001006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001006


Comments

No comments written yet.

Please login to write comment.