Color Hex Logo

#001906 Color Hex

#001906
(0,25,6)
0 Favorites   0 Comments

Color spaces of #001906

RGB 0256
HSL0.371.000.05
HSV134°100°10°
CMYK 1.000.000.76   0.90
XYZ0.38050.70840.2890
Yxy0.70840.27610.5141
Hunter Lab8.4167-6.65953.8558
CIE-Lab6.3989-11.99486.8989

#001906 color RGB value is (0,25,6).

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

The process color (four color CMYK) of #001906 color hex is 1.00, 0.00, 0.76, 0.90. Web safe color of #001906 is #000000. Color #001906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011001 00000110
Octal 0 31 6
Decimal 0 25 6
Hex 0 19 6

RGB Percentages of Color #001906

%0.00
%80.65
%19.35

CMYK Percentages of Color #001906

%100
%0
%76
%90

Triadic Colors of #001906

#001906 #060019 #190600

Analogous Colors of #001906

#001906 #001913 #061900

Monochromatic Colors of #001906

#001906

Complementary Color

#001906 #190013

#001906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001906 Color CSS Codes

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

#001906 Text Font Color

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

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


#001906 Background Color

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

This div background color is #001906


#001906 Border Color

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

This div border color is #001906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001906


Comments

No comments written yet.

Please login to write comment.