Color Hex Logo

#13ecdd Color Hex

#13ECDD
(19,236,221)
0 Favorites   0 Comments

Color spaces of #13ecdd

RGB 19236221
HSL0.490.850.50
HSV176°92°93°
CMYK 0.920.000.06   0.07
XYZ43.315265.349878.7374
Yxy65.34980.23110.3487
Hunter Lab80.8392-45.8249-1.1610
CIE-Lab84.6637-49.1227-5.9582

#13ecdd color RGB value is (19,236,221).

#13ecdd hex color red value is 19, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #13ecdd hue: 0.49 , saturation: 0.85 and the lightness value of 13ecdd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101100 11011101
Octal 23 354 335
Decimal 19 236 221
Hex 13 EC DD

RGB Percentages of Color #13ecdd

%3.99
%49.58
%46.43

CMYK Percentages of Color #13ecdd

%92
%0
%6
%7

Triadic Colors of #13ecdd

#13ecdd #dd13ec #ecdd13

Analogous Colors of #13ecdd

#13ecdd #138fec #13ec71

Monochromatic Colors of #13ecdd

#13ecdd

Complementary Color

#13ecdd #ec1322

#13ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ecdd Color CSS Codes

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

#13ecdd Text Font Color

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

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


#13ecdd Background Color

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

This div background color is #13ecdd


#13ecdd Border Color

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

This div border color is #13ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ecdd


Comments

No comments written yet.

Please login to write comment.