Color Hex Logo

#13fdcd Color Hex

#13FDCD
(19,253,205)
0 Favorites   0 Comments

Color spaces of #13fdcd

RGB 19253205
HSL0.470.980.53
HSV168°92°99°
CMYK 0.920.000.19   0.01
XYZ46.413374.796869.7486
Yxy74.79680.24310.3917
Hunter Lab86.4851-55.554812.7234
CIE-Lab89.2977-60.13399.1407

#13fdcd color RGB value is (19,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 11001101
Octal 23 375 315
Decimal 19 253 205
Hex 13 FD CD

RGB Percentages of Color #13fdcd

%3.98
%53.04
%42.98

CMYK Percentages of Color #13fdcd

%92
%0
%19
%1

Triadic Colors of #13fdcd

#13fdcd #cd13fd #fdcd13

Analogous Colors of #13fdcd

#13fdcd #13b8fd #13fd58

Monochromatic Colors of #13fdcd

#13fdcd

Complementary Color

#13fdcd #fd1343

#13fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fdcd Color CSS Codes

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

#13fdcd Text Font Color

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

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


#13fdcd Background Color

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

This div background color is #13fdcd


#13fdcd Border Color

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

This div border color is #13fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fdcd


Comments

No comments written yet.

Please login to write comment.