Color Hex Logo

#13aace Color Hex

#13AACE
(19,170,206)
0 Favorites   0 Comments

Color spaces of #13aace

RGB 19170206
HSL0.530.830.44
HSV192°91°81°
CMYK 0.910.170.00   0.19
XYZ25.783933.344163.4696
Yxy33.34410.21030.2720
Hunter Lab57.7444-21.3491-24.7475
CIE-Lab64.4386-23.0448-28.3828

#13aace color RGB value is (19,170,206).

#13aace hex color red value is 19, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #13aace hue: 0.53 , saturation: 0.83 and the lightness value of 13aace is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 11001110
Octal 23 252 316
Decimal 19 170 206
Hex 13 AA CE

RGB Percentages of Color #13aace

%4.81
%43.04
%52.15

CMYK Percentages of Color #13aace

%91
%17
%0
%19

Triadic Colors of #13aace

#13aace #ce13aa #aace13

Analogous Colors of #13aace

#13aace #134cce #13ce95

Monochromatic Colors of #13aace

#13aace

Complementary Color

#13aace #ce3713

#13aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aace Color CSS Codes

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

#13aace Text Font Color

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

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


#13aace Background Color

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

This div background color is #13aace


#13aace Border Color

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

This div border color is #13aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aace


Comments

No comments written yet.

Please login to write comment.