Color Hex Logo

#13acab Color Hex

#13ACAB
(19,172,171)
0 Favorites   0 Comments

Color spaces of #13acab

RGB 19172171
HSL0.500.800.37
HSV180°89°67°
CMYK 0.890.000.01   0.33
XYZ22.371832.583843.6383
Yxy32.58380.22690.3305
Hunter Lab57.0822-29.9357-5.3686
CIE-Lab63.8225-35.3476-9.8322

#13acab color RGB value is (19,172,171).

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

The process color (four color CMYK) of #13acab color hex is 0.89, 0.00, 0.01, 0.33. Web safe color of #13acab is #009999. Color #13acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 10101011
Octal 23 254 253
Decimal 19 172 171
Hex 13 AC AB

RGB Percentages of Color #13acab

%5.25
%47.51
%47.24

CMYK Percentages of Color #13acab

%89
%0
%1
%33

Triadic Colors of #13acab

#13acab #ab13ac #acab13

Analogous Colors of #13acab

#13acab #1360ac #13ac5f

Monochromatic Colors of #13acab

#13acab

Complementary Color

#13acab #ac1314

#13acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#13acab Color CSS Codes

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

#13acab Text Font Color

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

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


#13acab Background Color

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

This div background color is #13acab


#13acab Border Color

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

This div border color is #13acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13acab


Comments

No comments written yet.

Please login to write comment.