Color Hex Logo

#13afaa Color Hex

#13AFAA
(19,175,170)
0 Favorites   0 Comments

Color spaces of #13afaa

RGB 19175170
HSL0.490.800.38
HSV178°89°69°
CMYK 0.890.000.03   0.31
XYZ22.854233.700743.3305
Yxy33.70070.22880.3374
Hunter Lab58.0523-31.3191-3.6177
CIE-Lab64.7243-37.0316-7.9298

#13afaa color RGB value is (19,175,170).

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

The process color (four color CMYK) of #13afaa color hex is 0.89, 0.00, 0.03, 0.31. Web safe color of #13afaa is #009999. Color #13afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 10101010
Octal 23 257 252
Decimal 19 175 170
Hex 13 AF AA

RGB Percentages of Color #13afaa

%5.22
%48.08
%46.70

CMYK Percentages of Color #13afaa

%89
%0
%3
%31

Triadic Colors of #13afaa

#13afaa #aa13af #afaa13

Analogous Colors of #13afaa

#13afaa #1366af #13af5c

Monochromatic Colors of #13afaa

#13afaa

Complementary Color

#13afaa #af1318

#13afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13afaa Color CSS Codes

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

#13afaa Text Font Color

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

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


#13afaa Background Color

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

This div background color is #13afaa


#13afaa Border Color

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

This div border color is #13afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13afaa


Comments

No comments written yet.

Please login to write comment.