Color Hex Logo

#13daac Color Hex

#13DAAC
(19,218,172)
0 Favorites   0 Comments

Color spaces of #13daac

RGB 19218172
HSL0.460.840.46
HSV166°91°85°
CMYK 0.910.000.21   0.15
XYZ32.786453.259847.5819
Yxy53.25980.24540.3986
Hunter Lab72.9793-47.521612.4289
CIE-Lab78.0281-54.631910.3459

#13daac color RGB value is (19,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011010 10101100
Octal 23 332 254
Decimal 19 218 172
Hex 13 DA AC

RGB Percentages of Color #13daac

%4.65
%53.30
%42.05

CMYK Percentages of Color #13daac

%91
%0
%21
%15

Triadic Colors of #13daac

#13daac #ac13da #daac13

Analogous Colors of #13daac

#13daac #13a5da #13da49

Monochromatic Colors of #13daac

#13daac

Complementary Color

#13daac #da1341

#13daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#13daac Color CSS Codes

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

#13daac Text Font Color

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

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


#13daac Background Color

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

This div background color is #13daac


#13daac Border Color

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

This div border color is #13daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13daac


Comments

No comments written yet.

Please login to write comment.