Color Hex Logo

#13ae81 Color Hex

#13AE81
(19,174,129)
0 Favorites   0 Comments

Color spaces of #13ae81

RGB 19174129
HSL0.450.800.38
HSV163°89°68°
CMYK 0.890.000.26   0.32
XYZ19.367131.995525.9239
Yxy31.99550.25060.4140
Hunter Lab56.5646-37.871512.4222
CIE-Lab63.3392-47.754712.8330

#13ae81 color RGB value is (19,174,129).

#13ae81 hex color red value is 19, green value is 174 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #13ae81 hue: 0.45 , saturation: 0.80 and the lightness value of 13ae81 is 0.38.

The process color (four color CMYK) of #13ae81 color hex is 0.89, 0.00, 0.26, 0.32. Web safe color of #13ae81 is #009999. Color #13ae81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101110 10000001
Octal 23 256 201
Decimal 19 174 129
Hex 13 AE 81

RGB Percentages of Color #13ae81

%5.90
%54.04
%40.06

CMYK Percentages of Color #13ae81

%89
%0
%26
%32

Triadic Colors of #13ae81

#13ae81 #8113ae #ae8113

Analogous Colors of #13ae81

#13ae81 #138eae #13ae34

Monochromatic Colors of #13ae81

#13ae81

Complementary Color

#13ae81 #ae1340

#13ae81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ae81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ae81 Color CSS Codes

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

#13ae81 Text Font Color

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

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


#13ae81 Background Color

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

This div background color is #13ae81


#13ae81 Border Color

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

This div border color is #13ae81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ae81


Comments

No comments written yet.

Please login to write comment.