Color Hex Logo

#19afde Color Hex

#19AFDE
(25,175,222)
0 Favorites   0 Comments

Color spaces of #19afde

RGB 25175222
HSL0.540.800.48
HSV194°89°87°
CMYK 0.890.210.00   0.13
XYZ28.915736.140574.5590
Yxy36.14050.20710.2589
Hunter Lab60.1170-19.3479-31.4515
CIE-Lab66.6271-19.8709-33.8222

#19afde color RGB value is (25,175,222).

#19afde hex color red value is 25, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #19afde hue: 0.54 , saturation: 0.80 and the lightness value of 19afde is 0.48.

The process color (four color CMYK) of #19afde color hex is 0.89, 0.21, 0.00, 0.13. Web safe color of #19afde is #0099cc. Color #19afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101111 11011110
Octal 31 257 336
Decimal 25 175 222
Hex 19 AF DE

RGB Percentages of Color #19afde

%5.92
%41.47
%52.61

CMYK Percentages of Color #19afde

%89
%21
%0
%13

Triadic Colors of #19afde

#19afde #de19af #afde19

Analogous Colors of #19afde

#19afde #194dde #19deab

Monochromatic Colors of #19afde

#19afde

Complementary Color

#19afde #de4819

#19afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#19afde Color CSS Codes

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

#19afde Text Font Color

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

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


#19afde Background Color

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

This div background color is #19afde


#19afde Border Color

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

This div border color is #19afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19afde


Comments

No comments written yet.

Please login to write comment.