Color Hex Logo

#13abaa Color Hex

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

Color spaces of #13abaa

RGB 19171170
HSL0.500.800.37
HSV180°89°67°
CMYK 0.890.000.01   0.33
XYZ22.087232.166543.0749
Yxy32.16650.22690.3305
Hunter Lab56.7155-29.7374-5.3293
CIE-Lab63.4803-35.1872-9.7849

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

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

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

Base Numbers

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

RGB Percentages of Color #13abaa

%5.28
%47.50
%47.22

CMYK Percentages of Color #13abaa

%89
%0
%1
%33

Triadic Colors of #13abaa

#13abaa #aa13ab #abaa13

Analogous Colors of #13abaa

#13abaa #1360ab #13ab5e

Monochromatic Colors of #13abaa

#13abaa

Complementary Color

#13abaa #ab1314

#13abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abaa Color CSS Codes

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

#13abaa Text Font Color

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

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


#13abaa Background Color

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

This div background color is #13abaa


#13abaa Border Color

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

This div border color is #13abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abaa


Comments

No comments written yet.

Please login to write comment.