Color Hex Logo

#19abdc Color Hex

#19ABDC
(25,171,220)
0 Favorites   0 Comments

Color spaces of #19abdc

RGB 25171220
HSL0.540.800.48
HSV195°89°86°
CMYK 0.890.220.00   0.14
XYZ27.882134.499872.8997
Yxy34.49980.20610.2550
Hunter Lab58.7365-18.0554-32.4711
CIE-Lab65.3574-18.4532-34.6940

#19abdc color RGB value is (25,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 11011100
Octal 31 253 334
Decimal 25 171 220
Hex 19 AB DC

RGB Percentages of Color #19abdc

%6.01
%41.11
%52.88

CMYK Percentages of Color #19abdc

%89
%22
%0
%14

Triadic Colors of #19abdc

#19abdc #dc19ab #abdc19

Analogous Colors of #19abdc

#19abdc #194adc #19dcac

Monochromatic Colors of #19abdc

#19abdc

Complementary Color

#19abdc #dc4a19

#19abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abdc Color CSS Codes

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

#19abdc Text Font Color

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

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


#19abdc Background Color

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

This div background color is #19abdc


#19abdc Border Color

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

This div border color is #19abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abdc


Comments

No comments written yet.

Please login to write comment.