Color Hex Logo

#13acaa Color Hex

#13ACAA
(19,172,170)
0 Favorites   0 Comments

Color spaces of #13acaa

RGB 19172170
HSL0.500.800.37
HSV179°89°67°
CMYK 0.890.000.01   0.33
XYZ22.276832.545843.1381
Yxy32.54580.22740.3322
Hunter Lab57.0489-30.1339-4.8985
CIE-Lab63.7914-35.6514-9.3202

#13acaa color RGB value is (19,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 10101010
Octal 23 254 252
Decimal 19 172 170
Hex 13 AC AA

RGB Percentages of Color #13acaa

%5.26
%47.65
%47.09

CMYK Percentages of Color #13acaa

%89
%0
%1
%33

Triadic Colors of #13acaa

#13acaa #aa13ac #acaa13

Analogous Colors of #13acaa

#13acaa #1362ac #13ac5e

Monochromatic Colors of #13acaa

#13acaa

Complementary Color

#13acaa #ac1315

#13acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13acaa Color CSS Codes

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

#13acaa Text Font Color

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

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


#13acaa Background Color

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

This div background color is #13acaa


#13acaa Border Color

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

This div border color is #13acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13acaa


Comments

No comments written yet.

Please login to write comment.