Color Hex Logo

#19ccfb Color Hex

#19CCFB
(25,204,251)
0 Favorites   0 Comments

Color spaces of #19ccfb

RGB 25204251
HSL0.530.970.54
HSV192°90°98°
CMYK 0.900.190.00   0.02
XYZ39.406450.357498.9098
Yxy50.35740.20890.2669
Hunter Lab70.9629-25.0624-32.9657
CIE-Lab76.2881-24.9619-34.5796

#19ccfb color RGB value is (25,204,251).

#19ccfb hex color red value is 25, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #19ccfb hue: 0.53 , saturation: 0.97 and the lightness value of 19ccfb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001100 11111011
Octal 31 314 373
Decimal 25 204 251
Hex 19 CC FB

RGB Percentages of Color #19ccfb

%5.21
%42.50
%52.29

CMYK Percentages of Color #19ccfb

%90
%19
%0
%2

Triadic Colors of #19ccfb

#19ccfb #fb19cc #ccfb19

Analogous Colors of #19ccfb

#19ccfb #195bfb #19fbb9

Monochromatic Colors of #19ccfb

#19ccfb

Complementary Color

#19ccfb #fb4819

#19ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ccfb Color CSS Codes

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

#19ccfb Text Font Color

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

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


#19ccfb Background Color

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

This div background color is #19ccfb


#19ccfb Border Color

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

This div border color is #19ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.