Color Hex Logo

#13ed8d Color Hex

#13ED8D
(19,237,141)
0 Favorites   0 Comments

Color spaces of #13ed8d

RGB 19237141
HSL0.430.860.50
HSV154°92°93°
CMYK 0.920.000.41   0.07
XYZ35.360562.629935.4244
Yxy62.62990.26500.4694
Hunter Lab79.1391-58.736928.8578
CIE-Lab83.2473-68.181433.5606

#13ed8d color RGB value is (19,237,141).

#13ed8d hex color red value is 19, green value is 237 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #13ed8d hue: 0.43 , saturation: 0.86 and the lightness value of 13ed8d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101101 10001101
Octal 23 355 215
Decimal 19 237 141
Hex 13 ED 8D

RGB Percentages of Color #13ed8d

%4.79
%59.70
%35.52

CMYK Percentages of Color #13ed8d

%92
%0
%41
%7

Triadic Colors of #13ed8d

#13ed8d #8d13ed #ed8d13

Analogous Colors of #13ed8d

#13ed8d #13e0ed #13ed20

Monochromatic Colors of #13ed8d

#13ed8d

Complementary Color

#13ed8d #ed1373

#13ed8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ed8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ed8d Color CSS Codes

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

#13ed8d Text Font Color

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

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


#13ed8d Background Color

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

This div background color is #13ed8d


#13ed8d Border Color

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

This div border color is #13ed8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ed8d


Comments

No comments written yet.

Please login to write comment.