Color Hex Logo

#13dc22 Color Hex

#13DC22
(19,220,34)
0 Favorites   0 Comments

Color spaces of #13dc22

RGB 1922034
HSL0.350.840.47
HSV124°91°86°
CMYK 0.910.000.85   0.14
XYZ26.150551.440310.0641
Yxy51.44030.29830.5869
Hunter Lab71.7219-60.430541.8857
CIE-Lab76.9450-75.424869.8222

#13dc22 color RGB value is (19,220,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011100 00100010
Octal 23 334 42
Decimal 19 220 34
Hex 13 DC 22

RGB Percentages of Color #13dc22

%6.96
%80.59
%12.45

CMYK Percentages of Color #13dc22

%91
%0
%85
%14

Triadic Colors of #13dc22

#13dc22 #2213dc #dc2213

Analogous Colors of #13dc22

#13dc22 #13dc87 #69dc13

Monochromatic Colors of #13dc22

#13dc22

Complementary Color

#13dc22 #dc13cd

#13dc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dc22 Color CSS Codes

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

#13dc22 Text Font Color

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

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


#13dc22 Background Color

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

This div background color is #13dc22


#13dc22 Border Color

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

This div border color is #13dc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dc22


Comments

No comments written yet.

Please login to write comment.