Color Hex Logo

#19faff Color Hex

#19FAFF
(25,250,255)
0 Favorites   0 Comments

Color spaces of #19faff

RGB 25250255
HSL0.501.000.55
HSV181°90°100°
CMYK 0.900.020.00   0.00
XYZ52.636575.7979106.4640
Yxy75.79790.22410.3227
Hunter Lab87.0620-44.4398-11.5596
CIE-Lab89.7654-45.2849-16.1536

#19faff color RGB value is (25,250,255).

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

The process color (four color CMYK) of #19faff color hex is 0.90, 0.02, 0.00, 0.00. Web safe color of #19faff is #00ffff. Color #19faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11111010 11111111
Octal 31 372 377
Decimal 25 250 255
Hex 19 FA FF

RGB Percentages of Color #19faff

%4.72
%47.17
%48.11

CMYK Percentages of Color #19faff

%90
%2
%0
%0

Triadic Colors of #19faff

#19faff #ff19fa #faff19

Analogous Colors of #19faff

#19faff #1987ff #19ff91

Monochromatic Colors of #19faff

#19faff

Complementary Color

#19faff #ff1e19

#19faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#19faff Color CSS Codes

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

#19faff Text Font Color

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

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


#19faff Background Color

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

This div background color is #19faff


#19faff Border Color

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

This div border color is #19faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19faff

Related Colors


Comments

No comments written yet.

Please login to write comment.