Color Hex Logo

#19dc25 Color Hex

#19DC25
(25,220,37)
0 Favorites   0 Comments

Color spaces of #19dc25

RGB 2522037
HSL0.340.800.48
HSV124°89°86°
CMYK 0.890.000.83   0.14
XYZ26.328051.526610.3083
Yxy51.52660.29860.5844
Hunter Lab71.7820-60.148941.7330
CIE-Lab76.9969-74.914669.1862

#19dc25 color RGB value is (25,220,37).

#19dc25 hex color red value is 25, green value is 220 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #19dc25 hue: 0.34 , saturation: 0.80 and the lightness value of 19dc25 is 0.48.

The process color (four color CMYK) of #19dc25 color hex is 0.89, 0.00, 0.83, 0.14. Web safe color of #19dc25 is #00cc33. Color #19dc25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011100 00100101
Octal 31 334 45
Decimal 25 220 37
Hex 19 DC 25

RGB Percentages of Color #19dc25

%8.87
%78.01
%13.12

CMYK Percentages of Color #19dc25

%89
%0
%83
%14

Triadic Colors of #19dc25

#19dc25 #2519dc #dc2519

Analogous Colors of #19dc25

#19dc25 #19dc87 #6fdc19

Monochromatic Colors of #19dc25

#19dc25

Complementary Color

#19dc25 #dc19d0

#19dc25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dc25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dc25 Color CSS Codes

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

#19dc25 Text Font Color

<p style="color:#19dc25">Text here</p>

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


#19dc25 Background Color

<div style="background-color:#19dc25">
Div content here</div>

This div background color is #19dc25


#19dc25 Border Color

<div style="border:3px solid #19dc25">
Div here</div>

This div border color is #19dc25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dc25


Comments

No comments written yet.

Please login to write comment.