Color Hex Logo

#13ecaa Color Hex

#13ECAA
(19,236,170)
0 Favorites   0 Comments

Color spaces of #13ecaa

RGB 19236170
HSL0.450.850.50
HSV162°92°93°
CMYK 0.920.000.28   0.07
XYZ37.519763.031648.2190
Yxy63.03160.25220.4237
Hunter Lab79.3924-54.580319.5649
CIE-Lab83.4590-61.918719.0350

#13ecaa color RGB value is (19,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101100 10101010
Octal 23 354 252
Decimal 19 236 170
Hex 13 EC AA

RGB Percentages of Color #13ecaa

%4.47
%55.53
%40.00

CMYK Percentages of Color #13ecaa

%92
%0
%28
%7

Triadic Colors of #13ecaa

#13ecaa #aa13ec #ecaa13

Analogous Colors of #13ecaa

#13ecaa #13c2ec #13ec3e

Monochromatic Colors of #13ecaa

#13ecaa

Complementary Color

#13ecaa #ec1355

#13ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ecaa Color CSS Codes

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

#13ecaa Text Font Color

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

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


#13ecaa Background Color

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

This div background color is #13ecaa


#13ecaa Border Color

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

This div border color is #13ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ecaa


Comments

No comments written yet.

Please login to write comment.