Color Hex Logo

#19dabd Color Hex

#19DABD
(25,218,189)
0 Favorites   0 Comments

Color spaces of #19dabd

RGB 25218189
HSL0.470.790.48
HSV171°89°85°
CMYK 0.890.000.13   0.15
XYZ34.657654.023656.7451
Yxy54.02360.23830.3715
Hunter Lab73.5007-44.45875.6766
CIE-Lab78.4755-50.01221.9406

#19dabd color RGB value is (25,218,189).

#19dabd hex color red value is 25, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #19dabd hue: 0.47 , saturation: 0.79 and the lightness value of 19dabd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011010 10111101
Octal 31 332 275
Decimal 25 218 189
Hex 19 DA BD

RGB Percentages of Color #19dabd

%5.79
%50.46
%43.75

CMYK Percentages of Color #19dabd

%89
%0
%13
%15

Triadic Colors of #19dabd

#19dabd #bd19da #dabd19

Analogous Colors of #19dabd

#19dabd #1997da #19da5d

Monochromatic Colors of #19dabd

#19dabd

Complementary Color

#19dabd #da1936

#19dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dabd Color CSS Codes

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

#19dabd Text Font Color

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

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


#19dabd Background Color

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

This div background color is #19dabd


#19dabd Border Color

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

This div border color is #19dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dabd


Comments

No comments written yet.

Please login to write comment.