Color Hex Logo

#13cc1d Color Hex

#13CC1D
(19,204,29)
0 Favorites   0 Comments

Color spaces of #13cc1d

RGB 1920429
HSL0.340.830.44
HSV123°91°80°
CMYK 0.910.000.86   0.20
XYZ22.083243.41298.3780
Yxy43.41290.29890.5877
Hunter Lab65.8885-55.478738.5829
CIE-Lab71.8343-71.214666.3723

#13cc1d color RGB value is (19,204,29).

#13cc1d hex color red value is 19, green value is 204 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13cc1d hue: 0.34 , saturation: 0.83 and the lightness value of 13cc1d is 0.44.

The process color (four color CMYK) of #13cc1d color hex is 0.91, 0.00, 0.86, 0.20. Web safe color of #13cc1d is #00cc33. Color #13cc1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001100 00011101
Octal 23 314 35
Decimal 19 204 29
Hex 13 CC 1D

RGB Percentages of Color #13cc1d

%7.54
%80.95
%11.51

CMYK Percentages of Color #13cc1d

%91
%0
%86
%20

Triadic Colors of #13cc1d

#13cc1d #1d13cc #cc1d13

Analogous Colors of #13cc1d

#13cc1d #13cc7a #66cc13

Monochromatic Colors of #13cc1d

#13cc1d

Complementary Color

#13cc1d #cc13c2

#13cc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cc1d Color CSS Codes

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

#13cc1d Text Font Color

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

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


#13cc1d Background Color

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

This div background color is #13cc1d


#13cc1d Border Color

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

This div border color is #13cc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cc1d


Comments

No comments written yet.

Please login to write comment.