Color Hex Logo

#13afde Color Hex

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

Color spaces of #13afde

RGB 19175222
HSL0.540.840.47
HSV194°91°87°
CMYK 0.910.210.00   0.13
XYZ28.783336.072374.5529
Yxy36.07230.20650.2588
Hunter Lab60.0602-19.5609-31.5547
CIE-Lab66.5751-20.1608-33.9071

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 11011110
Octal 23 257 336
Decimal 19 175 222
Hex 13 AF DE

RGB Percentages of Color #13afde

%4.57
%42.07
%53.37

CMYK Percentages of Color #13afde

%91
%21
%0
%13

Triadic Colors of #13afde

#13afde #de13af #afde13

Analogous Colors of #13afde

#13afde #1349de #13dea8

Monochromatic Colors of #13afde

#13afde

Complementary Color

#13afde #de4213

#13afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13afde Color CSS Codes

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

#13afde Text Font Color

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

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


#13afde Background Color

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

This div background color is #13afde


#13afde Border Color

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

This div border color is #13afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13afde


Comments

No comments written yet.

Please login to write comment.