Color Hex Logo

#13fabf Color Hex

#13FABF
(19,250,191)
0 Favorites   0 Comments

Color spaces of #13fabf

RGB 19250191
HSL0.460.960.53
HSV165°92°98°
CMYK 0.920.000.24   0.02
XYZ43.858172.271260.9284
Yxy72.27120.24770.4082
Hunter Lab85.0125-56.683317.0156
CIE-Lab88.0990-62.329114.6711

#13fabf color RGB value is (19,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111010 10111111
Octal 23 372 277
Decimal 19 250 191
Hex 13 FA BF

RGB Percentages of Color #13fabf

%4.13
%54.35
%41.52

CMYK Percentages of Color #13fabf

%92
%0
%24
%2

Triadic Colors of #13fabf

#13fabf #bf13fa #fabf13

Analogous Colors of #13fabf

#13fabf #13c2fa #13fa4c

Monochromatic Colors of #13fabf

#13fabf

Complementary Color

#13fabf #fa134e

#13fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fabf Color CSS Codes

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

#13fabf Text Font Color

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

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


#13fabf Background Color

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

This div background color is #13fabf


#13fabf Border Color

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

This div border color is #13fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fabf


Comments

No comments written yet.

Please login to write comment.