Color Hex Logo

#002006 Color Hex

#002006
(0,32,6)
0 Favorites   0 Comments

Color spaces of #002006

RGB 0326
HSL0.361.000.06
HSV131°100°13°
CMYK 1.000.000.81   0.87
XYZ0.54941.04620.3453
Yxy1.04620.28310.5390
Hunter Lab10.2284-8.31195.1583
CIE-Lab9.3705-17.884611.2171

#002006 color RGB value is (0,32,6).

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

The process color (four color CMYK) of #002006 color hex is 1.00, 0.00, 0.81, 0.87. Web safe color of #002006 is #003300. Color #002006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 00000110
Octal 0 40 6
Decimal 0 32 6
Hex 0 20 6

RGB Percentages of Color #002006

%0.00
%84.21
%15.79

CMYK Percentages of Color #002006

%100
%0
%81
%87

Triadic Colors of #002006

#002006 #060020 #200600

Analogous Colors of #002006

#002006 #002016 #0a2000

Monochromatic Colors of #002006

#002006

Complementary Color

#002006 #20001a

#002006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002006 Color CSS Codes

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

#002006 Text Font Color

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

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


#002006 Background Color

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

This div background color is #002006


#002006 Border Color

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

This div border color is #002006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002006


Comments

No comments written yet.

Please login to write comment.