Color Hex Logo

#19ddad Color Hex

#19DDAD
(25,221,173)
0 Favorites   0 Comments

Color spaces of #19ddad

RGB 25221173
HSL0.460.800.48
HSV165°89°87°
CMYK 0.890.000.22   0.13
XYZ33.800254.936748.3576
Yxy54.93670.24650.4007
Hunter Lab74.1193-48.308413.2010
CIE-Lab79.0048-55.263911.2094

#19ddad color RGB value is (25,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011101 10101101
Octal 31 335 255
Decimal 25 221 173
Hex 19 DD AD

RGB Percentages of Color #19ddad

%5.97
%52.74
%41.29

CMYK Percentages of Color #19ddad

%89
%0
%22
%13

Triadic Colors of #19ddad

#19ddad #ad19dd #ddad19

Analogous Colors of #19ddad

#19ddad #19abdd #19dd4b

Monochromatic Colors of #19ddad

#19ddad

Complementary Color

#19ddad #dd1949

#19ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ddad Color CSS Codes

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

#19ddad Text Font Color

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

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


#19ddad Background Color

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

This div background color is #19ddad


#19ddad Border Color

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

This div border color is #19ddad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,221,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 #19ddad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ddad


Comments

No comments written yet.

Please login to write comment.