Color Hex Logo

#19d1ff Color Hex

#19D1FF
(25,209,255)
2 Favorites   0 Comments

Color spaces of #19d1ff

RGB 25209255
HSL0.531.000.55
HSV192°90°100°
CMYK 0.900.180.00   0.00
XYZ41.251453.0276102.6689
Yxy53.02760.20950.2692
Hunter Lab72.8201-26.3177-32.6189
CIE-Lab77.8913-26.1421-34.2389

#19d1ff color RGB value is (25,209,255).

#19d1ff hex color red value is 25, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #19d1ff hue: 0.53 , saturation: 1.00 and the lightness value of 19d1ff is 0.55.

The process color (four color CMYK) of #19d1ff color hex is 0.90, 0.18, 0.00, 0.00. Web safe color of #19d1ff is #00ccff. Color #19d1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11010001 11111111
Octal 31 321 377
Decimal 25 209 255
Hex 19 D1 FF

RGB Percentages of Color #19d1ff

%5.11
%42.74
%52.15

CMYK Percentages of Color #19d1ff

%90
%18
%0
%0

Triadic Colors of #19d1ff

#19d1ff #ff19d1 #d1ff19

Analogous Colors of #19d1ff

#19d1ff #195eff #19ffba

Monochromatic Colors of #19d1ff

#19d1ff

Complementary Color

#19d1ff #ff4719

#19d1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19d1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#19d1ff Color CSS Codes

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

#19d1ff Text Font Color

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

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


#19d1ff Background Color

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

This div background color is #19d1ff


#19d1ff Border Color

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

This div border color is #19d1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19d1ff


Comments

No comments written yet.

Please login to write comment.