Color Hex Logo

#13d3ca Color Hex

#13D3CA
(19,211,202)
0 Favorites   0 Comments

Color spaces of #13d3ca

RGB 19211202
HSL0.490.830.45
HSV177°91°83°
CMYK 0.910.000.04   0.17
XYZ34.223550.991263.9156
Yxy50.99120.22950.3419
Hunter Lab71.4081-39.4152-3.0833
CIE-Lab76.6737-43.7434-7.6782

#13d3ca color RGB value is (19,211,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11010011 11001010
Octal 23 323 312
Decimal 19 211 202
Hex 13 D3 CA

RGB Percentages of Color #13d3ca

%4.40
%48.84
%46.76

CMYK Percentages of Color #13d3ca

%91
%0
%4
%17

Triadic Colors of #13d3ca

#13d3ca #ca13d3 #d3ca13

Analogous Colors of #13d3ca

#13d3ca #137cd3 #13d36a

Monochromatic Colors of #13d3ca

#13d3ca

Complementary Color

#13d3ca #d3131c

#13d3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d3ca Color CSS Codes

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

#13d3ca Text Font Color

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

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


#13d3ca Background Color

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

This div background color is #13d3ca


#13d3ca Border Color

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

This div border color is #13d3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d3ca


Comments

No comments written yet.

Please login to write comment.