Color Hex Logo

#13fdaf Color Hex

#13FDAF
(19,253,175)
0 Favorites   0 Comments

Color spaces of #13fdaf

RGB 19253175
HSL0.440.980.53
HSV160°92°99°
CMYK 0.920.000.31   0.01
XYZ43.131773.484252.4680
Yxy73.48420.25510.4346
Hunter Lab85.7229-60.202423.7167
CIE-Lab88.6781-66.970523.6812

#13fdaf color RGB value is (19,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 10101111
Octal 23 375 257
Decimal 19 253 175
Hex 13 FD AF

RGB Percentages of Color #13fdaf

%4.25
%56.60
%39.15

CMYK Percentages of Color #13fdaf

%92
%0
%31
%1

Triadic Colors of #13fdaf

#13fdaf #af13fd #fdaf13

Analogous Colors of #13fdaf

#13fdaf #13d6fd #13fd3a

Monochromatic Colors of #13fdaf

#13fdaf

Complementary Color

#13fdaf #fd1361

#13fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fdaf Color CSS Codes

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

#13fdaf Text Font Color

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

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


#13fdaf Background Color

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

This div background color is #13fdaf


#13fdaf Border Color

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

This div border color is #13fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fdaf


Comments

No comments written yet.

Please login to write comment.