Color Hex Logo

#13aa71 Color Hex

#13AA71
(19,170,113)
0 Favorites   0 Comments

Color spaces of #13aa71

RGB 19170113
HSL0.440.800.37
HSV157°89°67°
CMYK 0.890.000.34   0.33
XYZ17.623930.080220.5000
Yxy30.08020.25840.4410
Hunter Lab54.8454-38.620716.2305
CIE-Lab61.7234-49.896519.3768

#13aa71 color RGB value is (19,170,113).

#13aa71 hex color red value is 19, green value is 170 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #13aa71 hue: 0.44 , saturation: 0.80 and the lightness value of 13aa71 is 0.37.

The process color (four color CMYK) of #13aa71 color hex is 0.89, 0.00, 0.34, 0.33. Web safe color of #13aa71 is #009966. Color #13aa71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 01110001
Octal 23 252 161
Decimal 19 170 113
Hex 13 AA 71

RGB Percentages of Color #13aa71

%6.29
%56.29
%37.42

CMYK Percentages of Color #13aa71

%89
%0
%34
%33

Triadic Colors of #13aa71

#13aa71 #7113aa #aa7113

Analogous Colors of #13aa71

#13aa71 #1398aa #13aa26

Monochromatic Colors of #13aa71

#13aa71

Complementary Color

#13aa71 #aa134c

#13aa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aa71 Color CSS Codes

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

#13aa71 Text Font Color

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

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


#13aa71 Background Color

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

This div background color is #13aa71


#13aa71 Border Color

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

This div border color is #13aa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aa71


Comments

No comments written yet.

Please login to write comment.