Color Hex Logo

#13dcaa Color Hex

#13DCAA
(19,220,170)
0 Favorites   0 Comments

Color spaces of #13dcaa

RGB 19220170
HSL0.460.840.47
HSV165°91°86°
CMYK 0.910.000.23   0.14
XYZ33.117554.227146.7516
Yxy54.22710.24700.4044
Hunter Lab73.6391-48.592013.9056
CIE-Lab78.5940-55.894412.2094

#13dcaa color RGB value is (19,220,170).

#13dcaa hex color red value is 19, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #13dcaa hue: 0.46 , saturation: 0.84 and the lightness value of 13dcaa is 0.47.

The process color (four color CMYK) of #13dcaa color hex is 0.91, 0.00, 0.23, 0.14. Web safe color of #13dcaa is #00cc99. Color #13dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011100 10101010
Octal 23 334 252
Decimal 19 220 170
Hex 13 DC AA

RGB Percentages of Color #13dcaa

%4.65
%53.79
%41.56

CMYK Percentages of Color #13dcaa

%91
%0
%23
%14

Triadic Colors of #13dcaa

#13dcaa #aa13dc #dcaa13

Analogous Colors of #13dcaa

#13dcaa #13aadc #13dc46

Monochromatic Colors of #13dcaa

#13dcaa

Complementary Color

#13dcaa #dc1345

#13dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dcaa Color CSS Codes

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

#13dcaa Text Font Color

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

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


#13dcaa Background Color

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

This div background color is #13dcaa


#13dcaa Border Color

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

This div border color is #13dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dcaa


Comments

No comments written yet.

Please login to write comment.