Color Hex Logo

#13d2cf Color Hex

#13D2CF
(19,210,207)
0 Favorites   0 Comments

Color spaces of #13d2cf

RGB 19210207
HSL0.500.830.45
HSV179°91°82°
CMYK 0.910.000.01   0.18
XYZ34.577650.736667.0022
Yxy50.73660.22700.3331
Hunter Lab71.2296-38.0011-5.9104
CIE-Lab76.5192-41.8548-10.5980

#13d2cf color RGB value is (19,210,207).

#13d2cf hex color red value is 19, green value is 210 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #13d2cf hue: 0.50 , saturation: 0.83 and the lightness value of 13d2cf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11010010 11001111
Octal 23 322 317
Decimal 19 210 207
Hex 13 D2 CF

RGB Percentages of Color #13d2cf

%4.36
%48.17
%47.48

CMYK Percentages of Color #13d2cf

%91
%0
%1
%18

Triadic Colors of #13d2cf

#13d2cf #cf13d2 #d2cf13

Analogous Colors of #13d2cf

#13d2cf #1376d2 #13d270

Monochromatic Colors of #13d2cf

#13d2cf

Complementary Color

#13d2cf #d21316

#13d2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d2cf Color CSS Codes

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

#13d2cf Text Font Color

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

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


#13d2cf Background Color

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

This div background color is #13d2cf


#13d2cf Border Color

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

This div border color is #13d2cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,210,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 #13d2cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d2cf


Comments

No comments written yet.

Please login to write comment.