Color Hex Logo

#01250c Color Hex

#01250C
(1,37,12)
0 Favorites   0 Comments

Color spaces of #01250c

RGB 13712
HSL0.380.950.07
HSV138°97°15°
CMYK 0.970.000.68   0.85
XYZ0.74041.35610.5706
Yxy1.35610.27760.5085
Hunter Lab11.6452-9.03005.2465
CIE-Lab11.6623-19.938911.9459

#01250c color RGB value is (1,37,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100101 00001100
Octal 1 45 14
Decimal 1 37 12
Hex 1 25 C

RGB Percentages of Color #01250c

%2.00
%74.00
%24.00

CMYK Percentages of Color #01250c

%97
%0
%68
%85

Triadic Colors of #01250c

#01250c #0c0125 #250c01

Analogous Colors of #01250c

#01250c #01251e #082501

Monochromatic Colors of #01250c

#01250c

Complementary Color

#01250c #25011a

#01250c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01250c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01250c Color CSS Codes

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

#01250c Text Font Color

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

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


#01250c Background Color

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

This div background color is #01250c


#01250c Border Color

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

This div border color is #01250c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01250c


Comments

No comments written yet.

Please login to write comment.