Color Hex Logo

#19abdb Color Hex

#19ABDB
(25,171,219)
0 Favorites   0 Comments

Color spaces of #19abdb

RGB 25171219
HSL0.540.800.48
HSV195°89°86°
CMYK 0.890.220.00   0.14
XYZ27.750034.447072.2042
Yxy34.44700.20650.2563
Hunter Lab58.6916-18.3135-31.8563
CIE-Lab65.3158-18.7998-34.2074

#19abdb color RGB value is (25,171,219).

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

The process color (four color CMYK) of #19abdb color hex is 0.89, 0.22, 0.00, 0.14. Web safe color of #19abdb is #0099cc. Color #19abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 11011011
Octal 31 253 333
Decimal 25 171 219
Hex 19 AB DB

RGB Percentages of Color #19abdb

%6.02
%41.20
%52.77

CMYK Percentages of Color #19abdb

%89
%22
%0
%14

Triadic Colors of #19abdb

#19abdb #db19ab #abdb19

Analogous Colors of #19abdb

#19abdb #194adb #19dbaa

Monochromatic Colors of #19abdb

#19abdb

Complementary Color

#19abdb #db4919

#19abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abdb Color CSS Codes

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

#19abdb Text Font Color

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

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


#19abdb Background Color

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

This div background color is #19abdb


#19abdb Border Color

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

This div border color is #19abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abdb


Comments

No comments written yet.

Please login to write comment.