Color Hex Logo

#19dedb Color Hex

#19DEDB
(25,222,219)
0 Favorites   0 Comments

Color spaces of #19dedb

RGB 25222219
HSL0.500.800.48
HSV179°89°87°
CMYK 0.890.000.01   0.13
XYZ39.308457.563776.0570
Yxy57.56370.22730.3329
Hunter Lab75.8707-40.2935-6.3260
CIE-Lab80.4956-43.4070-11.0839

#19dedb color RGB value is (25,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011110 11011011
Octal 31 336 333
Decimal 25 222 219
Hex 19 DE DB

RGB Percentages of Color #19dedb

%5.36
%47.64
%47.00

CMYK Percentages of Color #19dedb

%89
%0
%1
%13

Triadic Colors of #19dedb

#19dedb #db19de #dedb19

Analogous Colors of #19dedb

#19dedb #197fde #19de79

Monochromatic Colors of #19dedb

#19dedb

Complementary Color

#19dedb #de191c

#19dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dedb Color CSS Codes

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

#19dedb Text Font Color

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

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


#19dedb Background Color

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

This div background color is #19dedb


#19dedb Border Color

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

This div border color is #19dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dedb


Comments

No comments written yet.

Please login to write comment.