Color Hex Logo

#19abe6 Color Hex

#19ABE6
(25,171,230)
0 Favorites   0 Comments

Color spaces of #19abe6

RGB 25171230
HSL0.550.800.50
HSV197°89°90°
CMYK 0.890.260.00   0.10
XYZ29.246735.045780.0859
Yxy35.04570.20260.2427
Hunter Lab59.1994-15.4134-38.7689
CIE-Lab65.7842-14.9594-39.5279

#19abe6 color RGB value is (25,171,230).

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

The process color (four color CMYK) of #19abe6 color hex is 0.89, 0.26, 0.00, 0.10. Web safe color of #19abe6 is #0099ff. Color #19abe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 11100110
Octal 31 253 346
Decimal 25 171 230
Hex 19 AB E6

RGB Percentages of Color #19abe6

%5.87
%40.14
%53.99

CMYK Percentages of Color #19abe6

%89
%26
%0
%10

Triadic Colors of #19abe6

#19abe6 #e619ab #abe619

Analogous Colors of #19abe6

#19abe6 #1944e6 #19e6bb

Monochromatic Colors of #19abe6

#19abe6

Complementary Color

#19abe6 #e65419

#19abe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abe6 Color CSS Codes

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

#19abe6 Text Font Color

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

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


#19abe6 Background Color

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

This div background color is #19abe6


#19abe6 Border Color

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

This div border color is #19abe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abe6


Comments

No comments written yet.

Please login to write comment.