Color Hex Logo

#13fdcf Color Hex

#13FDCF
(19,253,207)
0 Favorites   0 Comments

Color spaces of #13fdcf

RGB 19253207
HSL0.470.980.53
HSV168°92°99°
CMYK 0.920.000.18   0.01
XYZ46.656374.894071.0284
Yxy74.89400.24230.3889
Hunter Lab86.5413-55.214111.9169
CIE-Lab89.3433-59.64458.1712

#13fdcf color RGB value is (19,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 11001111
Octal 23 375 317
Decimal 19 253 207
Hex 13 FD CF

RGB Percentages of Color #13fdcf

%3.97
%52.82
%43.22

CMYK Percentages of Color #13fdcf

%92
%0
%18
%1

Triadic Colors of #13fdcf

#13fdcf #cf13fd #fdcf13

Analogous Colors of #13fdcf

#13fdcf #13b6fd #13fd5a

Monochromatic Colors of #13fdcf

#13fdcf

Complementary Color

#13fdcf #fd1341

#13fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fdcf Color CSS Codes

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

#13fdcf Text Font Color

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

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


#13fdcf Background Color

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

This div background color is #13fdcf


#13fdcf Border Color

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

This div border color is #13fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fdcf


Comments

No comments written yet.

Please login to write comment.