Color Hex Logo

#13aaab Color Hex

#13AAAB
(19,170,171)
0 Favorites   0 Comments

Color spaces of #13aaab

RGB 19170171
HSL0.500.800.37
HSV180°89°67°
CMYK 0.890.010.00   0.33
XYZ21.994031.828243.5123
Yxy31.82820.22600.3270
Hunter Lab56.4165-29.1405-6.2370
CIE-Lab63.2006-34.4149-10.7623

#13aaab color RGB value is (19,170,171).

#13aaab hex color red value is 19, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #13aaab hue: 0.50 , saturation: 0.80 and the lightness value of 13aaab is 0.37.

The process color (four color CMYK) of #13aaab color hex is 0.89, 0.01, 0.00, 0.33. Web safe color of #13aaab is #009999. Color #13aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 10101011
Octal 23 252 253
Decimal 19 170 171
Hex 13 AA AB

RGB Percentages of Color #13aaab

%5.28
%47.22
%47.50

CMYK Percentages of Color #13aaab

%89
%1
%0
%33

Triadic Colors of #13aaab

#13aaab #ab13aa #aaab13

Analogous Colors of #13aaab

#13aaab #135eab #13ab60

Monochromatic Colors of #13aaab

#13aaab

Complementary Color

#13aaab #ab1413

#13aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aaab Color CSS Codes

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

#13aaab Text Font Color

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

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


#13aaab Background Color

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

This div background color is #13aaab


#13aaab Border Color

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

This div border color is #13aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aaab


Comments

No comments written yet.

Please login to write comment.