Color Hex Logo

#19acdd Color Hex

#19ACDD
(25,172,221)
0 Favorites   0 Comments

Color spaces of #19acdd

RGB 25172221
HSL0.540.800.48
HSV195°89°87°
CMYK 0.890.220.00   0.13
XYZ28.204634.932273.6627
Yxy34.93220.20620.2554
Hunter Lab59.1035-18.2496-32.5228
CIE-Lab65.6958-18.6362-34.7187

#19acdd color RGB value is (25,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101100 11011101
Octal 31 254 335
Decimal 25 172 221
Hex 19 AC DD

RGB Percentages of Color #19acdd

%5.98
%41.15
%52.87

CMYK Percentages of Color #19acdd

%89
%22
%0
%13

Triadic Colors of #19acdd

#19acdd #dd19ac #acdd19

Analogous Colors of #19acdd

#19acdd #194add #19ddac

Monochromatic Colors of #19acdd

#19acdd

Complementary Color

#19acdd #dd4a19

#19acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19acdd Color CSS Codes

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

#19acdd Text Font Color

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

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


#19acdd Background Color

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

This div background color is #19acdd


#19acdd Border Color

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

This div border color is #19acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19acdd


Comments

No comments written yet.

Please login to write comment.