Color Hex Logo

#13dd1f Color Hex

#13DD1F
(19,221,31)
0 Favorites   0 Comments

Color spaces of #13dd1f

RGB 1922131
HSL0.340.840.47
HSV124°91°87°
CMYK 0.910.000.86   0.13
XYZ26.372351.95039.9338
Yxy51.95030.29880.5886
Hunter Lab72.0766-60.822142.2821
CIE-Lab77.2511-75.827670.7420

#13dd1f color RGB value is (19,221,31).

#13dd1f hex color red value is 19, green value is 221 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13dd1f hue: 0.34 , saturation: 0.84 and the lightness value of 13dd1f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 00011111
Octal 23 335 37
Decimal 19 221 31
Hex 13 DD 1F

RGB Percentages of Color #13dd1f

%7.01
%81.55
%11.44

CMYK Percentages of Color #13dd1f

%91
%0
%86
%13

Triadic Colors of #13dd1f

#13dd1f #1f13dd #dd1f13

Analogous Colors of #13dd1f

#13dd1f #13dd84 #6cdd13

Monochromatic Colors of #13dd1f

#13dd1f

Complementary Color

#13dd1f #dd13d1

#13dd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dd1f Color CSS Codes

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

#13dd1f Text Font Color

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

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


#13dd1f Background Color

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

This div background color is #13dd1f


#13dd1f Border Color

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

This div border color is #13dd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dd1f


Comments

No comments written yet.

Please login to write comment.