Color Hex Logo

#012506 Color Hex

#012506
(1,37,6)
0 Favorites   0 Comments

Color spaces of #012506

RGB 1376
HSL0.360.950.07
HSV128°97°15°
CMYK 0.970.000.84   0.85
XYZ0.70701.34270.3942
Yxy1.34270.28930.5494
Hunter Lab11.5875-9.38716.0942
CIE-Lab11.5709-20.913114.3114

#012506 color RGB value is (1,37,6).

#012506 hex color red value is 1, green value is 37 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #012506 hue: 0.36 , saturation: 0.95 and the lightness value of 012506 is 0.07.

The process color (four color CMYK) of #012506 color hex is 0.97, 0.00, 0.84, 0.85. Web safe color of #012506 is #003300. Color #012506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100101 00000110
Octal 1 45 6
Decimal 1 37 6
Hex 1 25 6

RGB Percentages of Color #012506

%2.27
%84.09
%13.64

CMYK Percentages of Color #012506

%97
%0
%84
%85

Triadic Colors of #012506

#012506 #060125 #250601

Analogous Colors of #012506

#012506 #012518 #0e2501

Monochromatic Colors of #012506

#012506

Complementary Color

#012506 #250120

#012506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012506 Color CSS Codes

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

#012506 Text Font Color

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

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


#012506 Background Color

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

This div background color is #012506


#012506 Border Color

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

This div border color is #012506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012506


Comments

No comments written yet.

Please login to write comment.