Color Hex Logo

#19aedf Color Hex

#19AEDF
(25,174,223)
0 Favorites   0 Comments

Color spaces of #19aedf

RGB 25174223
HSL0.540.800.49
HSV195°89°87°
CMYK 0.890.220.00   0.13
XYZ28.856235.806575.2025
Yxy35.80650.20630.2560
Hunter Lab59.8385-18.6386-32.6262
CIE-Lab66.3718-19.0012-34.7682

#19aedf color RGB value is (25,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101110 11011111
Octal 31 256 337
Decimal 25 174 223
Hex 19 AE DF

RGB Percentages of Color #19aedf

%5.92
%41.23
%52.84

CMYK Percentages of Color #19aedf

%89
%22
%0
%13

Triadic Colors of #19aedf

#19aedf #df19ae #aedf19

Analogous Colors of #19aedf

#19aedf #194bdf #19dfad

Monochromatic Colors of #19aedf

#19aedf

Complementary Color

#19aedf #df4a19

#19aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aedf Color CSS Codes

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

#19aedf Text Font Color

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

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


#19aedf Background Color

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

This div background color is #19aedf


#19aedf Border Color

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

This div border color is #19aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aedf


Comments

No comments written yet.

Please login to write comment.