Color Hex Logo

#014008 Color Hex

#014008
(1,64,8)
0 Favorites   0 Comments

Color spaces of #014008

RGB 1648
HSL0.350.970.13
HSV127°98°25°
CMYK 0.980.000.88   0.75
XYZ1.88973.69080.8425
Yxy3.69080.29420.5746
Hunter Lab19.2115-16.062210.8479
CIE-Lab22.6217-31.020026.9523

#014008 color RGB value is (1,64,8).

#014008 hex color red value is 1, green value is 64 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #014008 hue: 0.35 , saturation: 0.97 and the lightness value of 014008 is 0.13.

The process color (four color CMYK) of #014008 color hex is 0.98, 0.00, 0.88, 0.75. Web safe color of #014008 is #003300. Color #014008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 00001000
Octal 1 100 10
Decimal 1 64 8
Hex 1 40 8

RGB Percentages of Color #014008

%1.37
%87.67
%10.96

CMYK Percentages of Color #014008

%98
%0
%88
%75

Triadic Colors of #014008

#014008 #080140 #400801

Analogous Colors of #014008

#014008 #014028 #1a4001

Monochromatic Colors of #014008

#014008

Complementary Color

#014008 #400139

#014008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014008 Color CSS Codes

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

#014008 Text Font Color

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

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


#014008 Background Color

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

This div background color is #014008


#014008 Border Color

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

This div border color is #014008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014008


Comments

No comments written yet.

Please login to write comment.