Color Hex Logo

#01430c Color Hex

#01430C
(1,67,12)
0 Favorites   0 Comments

Color spaces of #01430c

RGB 16712
HSL0.360.970.13
HSV130°99°26°
CMYK 0.990.000.82   0.74
XYZ2.08604.04731.0191
Yxy4.04730.29170.5659
Hunter Lab20.1179-16.697911.0791
CIE-Lab23.8272-31.679526.5191

#01430c color RGB value is (1,67,12).

#01430c hex color red value is 1, green value is 67 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #01430c hue: 0.36 , saturation: 0.97 and the lightness value of 01430c is 0.13.

The process color (four color CMYK) of #01430c color hex is 0.99, 0.00, 0.82, 0.74. Web safe color of #01430c is #003300. Color #01430c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000011 00001100
Octal 1 103 14
Decimal 1 67 12
Hex 1 43 C

RGB Percentages of Color #01430c

%1.25
%83.75
%15.00

CMYK Percentages of Color #01430c

%99
%0
%82
%74

Triadic Colors of #01430c

#01430c #0c0143 #430c01

Analogous Colors of #01430c

#01430c #01432d #174301

Monochromatic Colors of #01430c

#01430c

Complementary Color

#01430c #430138

#01430c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01430c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01430c Color CSS Codes

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

#01430c Text Font Color

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

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


#01430c Background Color

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

This div background color is #01430c


#01430c Border Color

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

This div border color is #01430c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,67,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01430c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01430c;
  -webkit-box-shadow: 1px 1px 3px 2px #01430c;
  box-shadow:         1px 1px 3px 2px #01430c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01430c


Comments

No comments written yet.

Please login to write comment.