Color Hex Logo

#13aada Color Hex

#13AADA
(19,170,218)
0 Favorites   0 Comments

Color spaces of #13aada

RGB 19170218
HSL0.540.840.46
HSV194°91°85°
CMYK 0.910.220.00   0.15
XYZ27.298233.949971.4439
Yxy33.94990.20570.2559
Hunter Lab58.2665-18.3382-31.9122
CIE-Lab64.9228-18.9156-34.2707

#13aada color RGB value is (19,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 11011010
Octal 23 252 332
Decimal 19 170 218
Hex 13 AA DA

RGB Percentages of Color #13aada

%4.67
%41.77
%53.56

CMYK Percentages of Color #13aada

%91
%22
%0
%15

Triadic Colors of #13aada

#13aada #da13aa #aada13

Analogous Colors of #13aada

#13aada #1347da #13daa7

Monochromatic Colors of #13aada

#13aada

Complementary Color

#13aada #da4313

#13aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aada Color CSS Codes

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

#13aada Text Font Color

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

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


#13aada Background Color

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

This div background color is #13aada


#13aada Border Color

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

This div border color is #13aada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,170,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aada


Comments

No comments written yet.

Please login to write comment.