Color Hex Logo

#19aadb Color Hex

#19AADB
(25,170,219)
0 Favorites   0 Comments

Color spaces of #19aadb

RGB 25170219
HSL0.540.800.48
HSV195°89°86°
CMYK 0.890.220.00   0.14
XYZ27.561834.070672.1415
Yxy34.07060.20600.2547
Hunter Lab58.3700-17.8615-32.4195
CIE-Lab65.0186-18.2700-34.6694

#19aadb color RGB value is (25,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101010 11011011
Octal 31 252 333
Decimal 25 170 219
Hex 19 AA DB

RGB Percentages of Color #19aadb

%6.04
%41.06
%52.90

CMYK Percentages of Color #19aadb

%89
%22
%0
%14

Triadic Colors of #19aadb

#19aadb #db19aa #aadb19

Analogous Colors of #19aadb

#19aadb #1949db #19dbab

Monochromatic Colors of #19aadb

#19aadb

Complementary Color

#19aadb #db4a19

#19aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aadb Color CSS Codes

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

#19aadb Text Font Color

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

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


#19aadb Background Color

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

This div background color is #19aadb


#19aadb Border Color

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

This div border color is #19aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aadb


Comments

No comments written yet.

Please login to write comment.