Color Hex Logo

#19ddbe Color Hex

#19DDBE
(25,221,190)
0 Favorites   0 Comments

Color spaces of #19ddbe

RGB 25221190
HSL0.470.800.48
HSV171°89°87°
CMYK 0.890.000.14   0.13
XYZ35.551655.637357.5805
Yxy55.63730.23900.3740
Hunter Lab74.5904-45.45586.4440
CIE-Lab79.4069-50.98172.7606

#19ddbe color RGB value is (25,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011101 10111110
Octal 31 335 276
Decimal 25 221 190
Hex 19 DD BE

RGB Percentages of Color #19ddbe

%5.73
%50.69
%43.58

CMYK Percentages of Color #19ddbe

%89
%0
%14
%13

Triadic Colors of #19ddbe

#19ddbe #be19dd #ddbe19

Analogous Colors of #19ddbe

#19ddbe #199add #19dd5c

Monochromatic Colors of #19ddbe

#19ddbe

Complementary Color

#19ddbe #dd1938

#19ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ddbe Color CSS Codes

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

#19ddbe Text Font Color

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

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


#19ddbe Background Color

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

This div background color is #19ddbe


#19ddbe Border Color

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

This div border color is #19ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ddbe


Comments

No comments written yet.

Please login to write comment.