Color Hex Logo

#13adde Color Hex

#13ADDE
(19,173,222)
0 Favorites   0 Comments

Color spaces of #13adde

RGB 19173222
HSL0.540.840.47
HSV194°91°87°
CMYK 0.910.220.00   0.13
XYZ28.396935.299574.4241
Yxy35.29950.20560.2556
Hunter Lab59.4134-18.6585-32.6802
CIE-Lab65.9812-19.1099-34.8296

#13adde color RGB value is (19,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11011110
Octal 23 255 336
Decimal 19 173 222
Hex 13 AD DE

RGB Percentages of Color #13adde

%4.59
%41.79
%53.62

CMYK Percentages of Color #13adde

%91
%22
%0
%13

Triadic Colors of #13adde

#13adde #de13ad #adde13

Analogous Colors of #13adde

#13adde #1347de #13deaa

Monochromatic Colors of #13adde

#13adde

Complementary Color

#13adde #de4413

#13adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adde Color CSS Codes

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

#13adde Text Font Color

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

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


#13adde Background Color

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

This div background color is #13adde


#13adde Border Color

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

This div border color is #13adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adde


Comments

No comments written yet.

Please login to write comment.