Color Hex Logo

#13a10c Color Hex

#13A10C
(19,161,12)
0 Favorites   0 Comments

Color spaces of #13a10c

RGB 1916112
HSL0.330.860.34
HSV117°93°63°
CMYK 0.880.000.93   0.37
XYZ13.079825.65474.6103
Yxy25.65470.30180.5919
Hunter Lab50.6505-42.543130.0586
CIE-Lab57.7078-59.564857.3739

#13a10c color RGB value is (19,161,12).

#13a10c hex color red value is 19, green value is 161 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #13a10c hue: 0.33 , saturation: 0.86 and the lightness value of 13a10c is 0.34.

The process color (four color CMYK) of #13a10c color hex is 0.88, 0.00, 0.93, 0.37. Web safe color of #13a10c is #009900. Color #13a10c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10100001 00001100
Octal 23 241 14
Decimal 19 161 12
Hex 13 A1 C

RGB Percentages of Color #13a10c

%9.90
%83.85
%6.25

CMYK Percentages of Color #13a10c

%88
%0
%93
%37

Triadic Colors of #13a10c

#13a10c #0c13a1 #a10c13

Analogous Colors of #13a10c

#13a10c #0ca150 #5da10c

Monochromatic Colors of #13a10c

#13a10c

Complementary Color

#13a10c #9a0ca1

#13a10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a10c Color CSS Codes

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

#13a10c Text Font Color

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

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


#13a10c Background Color

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

This div background color is #13a10c


#13a10c Border Color

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

This div border color is #13a10c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,161,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13a10c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13a10c;
  -webkit-box-shadow: 1px 1px 3px 2px #13a10c;
  box-shadow:         1px 1px 3px 2px #13a10c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,161,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 #13a10c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a10c


Comments

No comments written yet.

Please login to write comment.