Color Hex Logo

#13baa4 Color Hex

#13BAA4
(19,186,164)
0 Favorites   0 Comments

Color spaces of #13baa4

RGB 19186164
HSL0.480.810.40
HSV172°90°73°
CMYK 0.900.000.12   0.27
XYZ24.528337.936641.1517
Yxy37.93660.23670.3661
Hunter Lab61.5927-36.70253.5017
CIE-Lab67.9739-43.62480.1811

#13baa4 color RGB value is (19,186,164).

#13baa4 hex color red value is 19, green value is 186 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #13baa4 hue: 0.48 , saturation: 0.81 and the lightness value of 13baa4 is 0.40.

The process color (four color CMYK) of #13baa4 color hex is 0.90, 0.00, 0.12, 0.27. Web safe color of #13baa4 is #00cc99. Color #13baa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 10100100
Octal 23 272 244
Decimal 19 186 164
Hex 13 BA A4

RGB Percentages of Color #13baa4

%5.15
%50.41
%44.44

CMYK Percentages of Color #13baa4

%90
%0
%12
%27

Triadic Colors of #13baa4

#13baa4 #a413ba #baa413

Analogous Colors of #13baa4

#13baa4 #137dba #13ba51

Monochromatic Colors of #13baa4

#13baa4

Complementary Color

#13baa4 #ba1329

#13baa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13baa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13baa4 Color CSS Codes

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

#13baa4 Text Font Color

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

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


#13baa4 Background Color

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

This div background color is #13baa4


#13baa4 Border Color

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

This div border color is #13baa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13baa4


Comments

No comments written yet.

Please login to write comment.