Color Hex Logo

#13fdad Color Hex

#13FDAD
(19,253,173)
0 Favorites   0 Comments

Color spaces of #13fdad

RGB 19253173
HSL0.440.980.53
HSV159°92°99°
CMYK 0.920.000.32   0.01
XYZ42.936773.406151.4410
Yxy73.40610.25590.4375
Hunter Lab85.6774-60.481224.3762
CIE-Lab88.6410-67.390524.6470

#13fdad color RGB value is (19,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 10101101
Octal 23 375 255
Decimal 19 253 173
Hex 13 FD AD

RGB Percentages of Color #13fdad

%4.27
%56.85
%38.88

CMYK Percentages of Color #13fdad

%92
%0
%32
%1

Triadic Colors of #13fdad

#13fdad #ad13fd #fdad13

Analogous Colors of #13fdad

#13fdad #13d8fd #13fd38

Monochromatic Colors of #13fdad

#13fdad

Complementary Color

#13fdad #fd1363

#13fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fdad Color CSS Codes

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

#13fdad Text Font Color

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

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


#13fdad Background Color

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

This div background color is #13fdad


#13fdad Border Color

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

This div border color is #13fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fdad


Comments

No comments written yet.

Please login to write comment.