Color Hex Logo

#19adff Color Hex

#19ADFF
(25,173,255)
0 Favorites   0 Comments

Color spaces of #19adff

RGB 25173255
HSL0.561.000.55
HSV201°90°100°
CMYK 0.900.320.00   0.00
XYZ33.394537.3138100.0500
Yxy37.31380.19560.2185
Hunter Lab61.0850-9.3148-54.3505
CIE-Lab67.5118-7.1482-50.4527

#19adff color RGB value is (25,173,255).

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

The process color (four color CMYK) of #19adff color hex is 0.90, 0.32, 0.00, 0.00. Web safe color of #19adff is #0099ff. Color #19adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101101 11111111
Octal 31 255 377
Decimal 25 173 255
Hex 19 AD FF

RGB Percentages of Color #19adff

%5.52
%38.19
%56.29

CMYK Percentages of Color #19adff

%90
%32
%0
%0

Triadic Colors of #19adff

#19adff #ff19ad #adff19

Analogous Colors of #19adff

#19adff #193aff #19ffde

Monochromatic Colors of #19adff

#19adff

Complementary Color

#19adff #ff6b19

#19adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#19adff Color CSS Codes

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

#19adff Text Font Color

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

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


#19adff Background Color

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

This div background color is #19adff


#19adff Border Color

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

This div border color is #19adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19adff


Comments

No comments written yet.

Please login to write comment.