Color Hex Logo

#19dcff Color Hex

#19DCFF
(25,220,255)
0 Favorites   0 Comments

Color spaces of #19dcff

RGB 25220255
HSL0.531.000.55
HSV189°90°100°
CMYK 0.900.140.00   0.00
XYZ44.044158.6131103.5998
Yxy58.61310.21350.2842
Hunter Lab76.5592-31.2885-26.6397
CIE-Lab81.0785-31.5229-29.3348

#19dcff color RGB value is (25,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011100 11111111
Octal 31 334 377
Decimal 25 220 255
Hex 19 DC FF

RGB Percentages of Color #19dcff

%5.00
%44.00
%51.00

CMYK Percentages of Color #19dcff

%90
%14
%0
%0

Triadic Colors of #19dcff

#19dcff #ff19dc #dcff19

Analogous Colors of #19dcff

#19dcff #1969ff #19ffaf

Monochromatic Colors of #19dcff

#19dcff

Complementary Color

#19dcff #ff3c19

#19dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dcff Color CSS Codes

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

#19dcff Text Font Color

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

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


#19dcff Background Color

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

This div background color is #19dcff


#19dcff Border Color

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

This div border color is #19dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dcff

Related Colors


Comments

No comments written yet.

Please login to write comment.