Color Hex Logo

#012e08 Color Hex

#012E08
(1,46,8)
0 Favorites   0 Comments

Color spaces of #012e08

RGB 1468
HSL0.360.960.09
HSV129°98°18°
CMYK 0.980.000.83   0.82
XYZ1.03331.97800.5571
Yxy1.97800.28960.5543
Hunter Lab14.0641-11.49777.4963
CIE-Lab15.3714-24.457218.5339

#012e08 color RGB value is (1,46,8).

#012e08 hex color red value is 1, green value is 46 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #012e08 hue: 0.36 , saturation: 0.96 and the lightness value of 012e08 is 0.09.

The process color (four color CMYK) of #012e08 color hex is 0.98, 0.00, 0.83, 0.82. Web safe color of #012e08 is #003300. Color #012e08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101110 00001000
Octal 1 56 10
Decimal 1 46 8
Hex 1 2E 8

RGB Percentages of Color #012e08

%1.82
%83.64
%14.55

CMYK Percentages of Color #012e08

%98
%0
%83
%82

Triadic Colors of #012e08

#012e08 #08012e #2e0801

Analogous Colors of #012e08

#012e08 #012e1f #112e01

Monochromatic Colors of #012e08

#012e08

Complementary Color

#012e08 #2e0127

#012e08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012e08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012e08 Color CSS Codes

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

#012e08 Text Font Color

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

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


#012e08 Background Color

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

This div background color is #012e08


#012e08 Border Color

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

This div border color is #012e08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012e08


Comments

No comments written yet.

Please login to write comment.