Color Hex Logo

#19ddaa Color Hex

#19DDAA
(25,221,170)
0 Favorites   0 Comments

Color spaces of #19ddaa

RGB 25221170
HSL0.460.800.48
HSV164°89°87°
CMYK 0.890.000.23   0.13
XYZ33.513154.821946.8456
Yxy54.82190.24790.4055
Hunter Lab74.0418-48.779814.3170
CIE-Lab78.9386-55.984312.7025

#19ddaa color RGB value is (25,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011101 10101010
Octal 31 335 252
Decimal 25 221 170
Hex 19 DD AA

RGB Percentages of Color #19ddaa

%6.01
%53.13
%40.87

CMYK Percentages of Color #19ddaa

%89
%0
%23
%13

Triadic Colors of #19ddaa

#19ddaa #aa19dd #ddaa19

Analogous Colors of #19ddaa

#19ddaa #19aedd #19dd48

Monochromatic Colors of #19ddaa

#19ddaa

Complementary Color

#19ddaa #dd194c

#19ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ddaa Color CSS Codes

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

#19ddaa Text Font Color

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

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


#19ddaa Background Color

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

This div background color is #19ddaa


#19ddaa Border Color

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

This div border color is #19ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ddaa


Comments

No comments written yet.

Please login to write comment.