Color Hex Logo

#13d406 Color Hex

#13D406
(19,212,6)
0 Favorites   0 Comments

Color spaces of #13d406

RGB 192126
HSL0.320.940.43
HSV116°97°83°
CMYK 0.910.000.97   0.17
XYZ23.844947.23868.0335
Yxy47.23860.30140.5971
Hunter Lab68.7303-58.350441.1812
CIE-Lab74.3421-74.058571.8785

#13d406 color RGB value is (19,212,6).

#13d406 hex color red value is 19, green value is 212 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #13d406 hue: 0.32 , saturation: 0.94 and the lightness value of 13d406 is 0.43.

The process color (four color CMYK) of #13d406 color hex is 0.91, 0.00, 0.97, 0.17. Web safe color of #13d406 is #00cc00. Color #13d406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11010100 00000110
Octal 23 324 6
Decimal 19 212 6
Hex 13 D4 6

RGB Percentages of Color #13d406

%8.02
%89.45
%2.53

CMYK Percentages of Color #13d406

%91
%0
%97
%17

Triadic Colors of #13d406

#13d406 #0613d4 #d40613

Analogous Colors of #13d406

#13d406 #06d460 #7ad406

Monochromatic Colors of #13d406

#13d406

Complementary Color

#13d406 #c706d4

#13d406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d406 Color CSS Codes

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

#13d406 Text Font Color

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

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


#13d406 Background Color

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

This div background color is #13d406


#13d406 Border Color

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

This div border color is #13d406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d406


Comments

No comments written yet.

Please login to write comment.