Color Hex Logo

#19dcad Color Hex

#19DCAD
(25,220,173)
0 Favorites   0 Comments

Color spaces of #19dcad

RGB 25220173
HSL0.460.800.48
HSV166°89°86°
CMYK 0.890.000.21   0.14
XYZ33.536954.410248.2698
Yxy54.41020.24620.3994
Hunter Lab73.7633-47.929712.8356
CIE-Lab78.7003-54.873810.7769

#19dcad color RGB value is (25,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011100 10101101
Octal 31 334 255
Decimal 25 220 173
Hex 19 DC AD

RGB Percentages of Color #19dcad

%5.98
%52.63
%41.39

CMYK Percentages of Color #19dcad

%89
%0
%21
%14

Triadic Colors of #19dcad

#19dcad #ad19dc #dcad19

Analogous Colors of #19dcad

#19dcad #19aadc #19dc4c

Monochromatic Colors of #19dcad

#19dcad

Complementary Color

#19dcad #dc1948

#19dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dcad Color CSS Codes

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

#19dcad Text Font Color

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

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


#19dcad Background Color

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

This div background color is #19dcad


#19dcad Border Color

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

This div border color is #19dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dcad


Comments

No comments written yet.

Please login to write comment.