Color Hex Logo

#13daab Color Hex

#13DAAB
(19,218,171)
0 Favorites   0 Comments

Color spaces of #13daab

RGB 19218171
HSL0.460.840.46
HSV166°91°85°
CMYK 0.910.000.22   0.15
XYZ32.690653.221547.0779
Yxy53.22150.24580.4002
Hunter Lab72.9531-47.681212.8063
CIE-Lab78.0056-54.876610.8448

#13daab color RGB value is (19,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011010 10101011
Octal 23 332 253
Decimal 19 218 171
Hex 13 DA AB

RGB Percentages of Color #13daab

%4.66
%53.43
%41.91

CMYK Percentages of Color #13daab

%91
%0
%22
%15

Triadic Colors of #13daab

#13daab #ab13da #daab13

Analogous Colors of #13daab

#13daab #13a6da #13da47

Monochromatic Colors of #13daab

#13daab

Complementary Color

#13daab #da1342

#13daab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13daab Color Preview on White Background

Lorem ipsum dolor sit amet.

#13daab Color CSS Codes

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

#13daab Text Font Color

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

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


#13daab Background Color

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

This div background color is #13daab


#13daab Border Color

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

This div border color is #13daab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,218,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13daab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13daab


Comments

No comments written yet.

Please login to write comment.