Color Hex Logo

#012608 Color Hex

#012608
(1,38,8)
0 Favorites   0 Comments

Color spaces of #012608

RGB 1388
HSL0.360.950.08
HSV131°97°15°
CMYK 0.970.000.79   0.85
XYZ0.74951.41020.4624
Yxy1.41020.28580.5378
Hunter Lab11.8752-9.51566.0040
CIE-Lab12.0254-21.131114.1195

#012608 color RGB value is (1,38,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 00001000
Octal 1 46 10
Decimal 1 38 8
Hex 1 26 8

RGB Percentages of Color #012608

%2.13
%80.85
%17.02

CMYK Percentages of Color #012608

%97
%0
%79
%85

Triadic Colors of #012608

#012608 #080126 #260801

Analogous Colors of #012608

#012608 #01261b #0d2601

Monochromatic Colors of #012608

#012608

Complementary Color

#012608 #26011f

#012608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012608 Color CSS Codes

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

#012608 Text Font Color

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

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


#012608 Background Color

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

This div background color is #012608


#012608 Border Color

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

This div border color is #012608


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,38,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #012608">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012608


Comments

No comments written yet.

Please login to write comment.