color codes Logo

#13dbaa color codes

#13DBAA
(19,219,170)
0 Favorites   0 Comments

Color spaces of #13dbaa

RGB 19219170
HSL0.460.840.47
HSV165°91°86°
CMYK 0.910.000.22   0.14
XYZ32.855853.703846.6644
Yxy53.70380.24660.4031
Hunter Lab73.2829-48.216013.5439
CIE-Lab78.2887-55.507811.7770

#13dbaa color RGB value is (19,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 10101010
Octal 23 333 252
Decimal 19 219 170
Hex 13 DB AA

RGB Percentages of Color #13dbaa

%4.66
%53.68
%41.67

CMYK Percentages of Color #13dbaa

%91
%0
%22
%14

Triadic Colors of #13dbaa

#13dbaa #aa13db #dbaa13

Analogous Colors of #13dbaa

#13dbaa #13a8db #13db46

Monochromatic Colors of #13dbaa

#13dbaa

Complementary Color

#13dbaa #db1344

#13dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbaa Color CSS Codes

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

#13dbaa Text Font Color

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

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


#13dbaa Background Color

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

This div background color is #13dbaa


#13dbaa Border Color

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

This div border color is #13dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbaa


Comments

No comments written yet.

Please login to write comment.