Color Hex Logo

#13aade Color Hex

#13AADE
(19,170,222)
0 Favorites   0 Comments

Color spaces of #13aade

RGB 19170222
HSL0.540.840.47
HSV195°91°87°
CMYK 0.910.230.00   0.13
XYZ27.828134.161874.2344
Yxy34.16180.20430.2508
Hunter Lab58.4481-17.2974-34.3900
CIE-Lab65.0908-17.5189-36.2149

#13aade color RGB value is (19,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 11011110
Octal 23 252 336
Decimal 19 170 222
Hex 13 AA DE

RGB Percentages of Color #13aade

%4.62
%41.36
%54.01

CMYK Percentages of Color #13aade

%91
%23
%0
%13

Triadic Colors of #13aade

#13aade #de13aa #aade13

Analogous Colors of #13aade

#13aade #1344de #13dead

Monochromatic Colors of #13aade

#13aade

Complementary Color

#13aade #de4713

#13aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aade Color CSS Codes

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

#13aade Text Font Color

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

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


#13aade Background Color

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

This div background color is #13aade


#13aade Border Color

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

This div border color is #13aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aade


Comments

No comments written yet.

Please login to write comment.