Color Hex Logo

#13faab Color Hex

#13FAAB
(19,250,171)
0 Favorites   0 Comments

Color spaces of #13faab

RGB 19250171
HSL0.440.960.53
HSV159°92°98°
CMYK 0.920.000.32   0.02
XYZ41.804971.449950.1160
Yxy71.44990.25590.4373
Hunter Lab84.5280-59.643624.0171
CIE-Lab87.7031-66.748824.3790

#13faab color RGB value is (19,250,171).

#13faab hex color red value is 19, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #13faab hue: 0.44 , saturation: 0.96 and the lightness value of 13faab is 0.53.

The process color (four color CMYK) of #13faab color hex is 0.92, 0.00, 0.32, 0.02. Web safe color of #13faab is #00ff99. Color #13faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111010 10101011
Octal 23 372 253
Decimal 19 250 171
Hex 13 FA AB

RGB Percentages of Color #13faab

%4.32
%56.82
%38.86

CMYK Percentages of Color #13faab

%92
%0
%32
%2

Triadic Colors of #13faab

#13faab #ab13fa #faab13

Analogous Colors of #13faab

#13faab #13d6fa #13fa38

Monochromatic Colors of #13faab

#13faab

Complementary Color

#13faab #fa1362

#13faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#13faab Color CSS Codes

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

#13faab Text Font Color

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

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


#13faab Background Color

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

This div background color is #13faab


#13faab Border Color

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

This div border color is #13faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13faab


Comments

No comments written yet.

Please login to write comment.