Color Hex Logo

#13caac Color Hex

#13CAAC
(19,202,172)
0 Favorites   0 Comments

Color spaces of #13caac

RGB 19202172
HSL0.470.830.43
HSV170°91°79°
CMYK 0.910.000.15   0.21
XYZ28.835545.358146.2649
Yxy45.35810.23940.3765
Hunter Lab67.3484-41.43426.4147
CIE-Lab73.1271-48.19903.3091

#13caac color RGB value is (19,202,172).

#13caac hex color red value is 19, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #13caac hue: 0.47 , saturation: 0.83 and the lightness value of 13caac is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001010 10101100
Octal 23 312 254
Decimal 19 202 172
Hex 13 CA AC

RGB Percentages of Color #13caac

%4.83
%51.40
%43.77

CMYK Percentages of Color #13caac

%91
%0
%15
%21

Triadic Colors of #13caac

#13caac #ac13ca #caac13

Analogous Colors of #13caac

#13caac #138dca #13ca51

Monochromatic Colors of #13caac

#13caac

Complementary Color

#13caac #ca1331

#13caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#13caac Color CSS Codes

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

#13caac Text Font Color

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

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


#13caac Background Color

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

This div background color is #13caac


#13caac Border Color

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

This div border color is #13caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13caac


Comments

No comments written yet.

Please login to write comment.