Color Hex Logo

#19cafd Color Hex

#19CAFD
(25,202,253)
0 Favorites   0 Comments

Color spaces of #19cafd

RGB 25202253
HSL0.540.980.55
HSV193°90°99°
CMYK 0.900.200.00   0.01
XYZ39.251149.5396100.4219
Yxy49.53960.20740.2618
Hunter Lab70.3844-23.6289-35.3238
CIE-Lab75.7858-23.2872-36.4278

#19cafd color RGB value is (25,202,253).

#19cafd hex color red value is 25, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #19cafd hue: 0.54 , saturation: 0.98 and the lightness value of 19cafd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001010 11111101
Octal 31 312 375
Decimal 25 202 253
Hex 19 CA FD

RGB Percentages of Color #19cafd

%5.21
%42.08
%52.71

CMYK Percentages of Color #19cafd

%90
%20
%0
%1

Triadic Colors of #19cafd

#19cafd #fd19ca #cafd19

Analogous Colors of #19cafd

#19cafd #1958fd #19fdbe

Monochromatic Colors of #19cafd

#19cafd

Complementary Color

#19cafd #fd4c19

#19cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19cafd Color CSS Codes

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

#19cafd Text Font Color

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

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


#19cafd Background Color

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

This div background color is #19cafd


#19cafd Border Color

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

This div border color is #19cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19cafd

Related Colors


Comments

No comments written yet.

Please login to write comment.