Color Hex Logo

#13fcab Color Hex

#13FCAB
(19,252,171)
0 Favorites   0 Comments

Color spaces of #13fcab

RGB 19252171
HSL0.440.970.53
HSV159°92°99°
CMYK 0.920.000.32   0.01
XYZ42.429672.699550.3242
Yxy72.69950.25640.4394
Hunter Lab85.2640-60.385724.6909
CIE-Lab88.3042-67.455025.2018

#13fcab color RGB value is (19,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111100 10101011
Octal 23 374 253
Decimal 19 252 171
Hex 13 FC AB

RGB Percentages of Color #13fcab

%4.30
%57.01
%38.69

CMYK Percentages of Color #13fcab

%92
%0
%32
%1

Triadic Colors of #13fcab

#13fcab #ab13fc #fcab13

Analogous Colors of #13fcab

#13fcab #13d9fc #13fc36

Monochromatic Colors of #13fcab

#13fcab

Complementary Color

#13fcab #fc1364

#13fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fcab Color CSS Codes

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

#13fcab Text Font Color

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

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


#13fcab Background Color

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

This div background color is #13fcab


#13fcab Border Color

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

This div border color is #13fcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fcab


Comments

No comments written yet.

Please login to write comment.