Color Hex Logo

#13adaa Color Hex

#13ADAA
(19,173,170)
0 Favorites   0 Comments

Color spaces of #13adaa

RGB 19173170
HSL0.500.800.38
HSV179°89°68°
CMYK 0.890.000.02   0.32
XYZ22.467832.927943.2017
Yxy32.92790.22790.3340
Hunter Lab57.3828-30.5297-4.4696
CIE-Lab64.1025-36.1136-8.8560

#13adaa color RGB value is (19,173,170).

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

The process color (four color CMYK) of #13adaa color hex is 0.89, 0.00, 0.02, 0.32. Web safe color of #13adaa is #009999. Color #13adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 10101010
Octal 23 255 252
Decimal 19 173 170
Hex 13 AD AA

RGB Percentages of Color #13adaa

%5.25
%47.79
%46.96

CMYK Percentages of Color #13adaa

%89
%0
%2
%32

Triadic Colors of #13adaa

#13adaa #aa13ad #adaa13

Analogous Colors of #13adaa

#13adaa #1363ad #13ad5d

Monochromatic Colors of #13adaa

#13adaa

Complementary Color

#13adaa #ad1316

#13adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adaa Color CSS Codes

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

#13adaa Text Font Color

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

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


#13adaa Background Color

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

This div background color is #13adaa


#13adaa Border Color

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

This div border color is #13adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adaa


Comments

No comments written yet.

Please login to write comment.