Color Hex Logo

#13a601 Color Hex

#13A601
(19,166,1)
0 Favorites   0 Comments

Color spaces of #13a601

RGB 191661
HSL0.320.990.33
HSV113°99°65°
CMYK 0.890.000.99   0.35
XYZ13.910327.41314.5868
Yxy27.41310.30300.5971
Hunter Lab52.3575-44.201931.4561
CIE-Lab59.3548-61.311860.3320

#13a601 color RGB value is (19,166,1).

#13a601 hex color red value is 19, green value is 166 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #13a601 hue: 0.32 , saturation: 0.99 and the lightness value of 13a601 is 0.33.

The process color (four color CMYK) of #13a601 color hex is 0.89, 0.00, 0.99, 0.35. Web safe color of #13a601 is #009900. Color #13a601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10100110 00000001
Octal 23 246 1
Decimal 19 166 1
Hex 13 A6 1

RGB Percentages of Color #13a601

%10.22
%89.25
%0.54

CMYK Percentages of Color #13a601

%89
%0
%99
%35

Triadic Colors of #13a601

#13a601 #0113a6 #a60113

Analogous Colors of #13a601

#13a601 #01a642 #66a601

Monochromatic Colors of #13a601

#13a601

Complementary Color

#13a601 #9401a6

#13a601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a601 Color CSS Codes

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

#13a601 Text Font Color

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

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


#13a601 Background Color

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

This div background color is #13a601


#13a601 Border Color

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

This div border color is #13a601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a601


Comments

No comments written yet.

Please login to write comment.