Color Hex Logo

#13ed4d Color Hex

#13ED4D
(19,237,77)
0 Favorites   0 Comments

Color spaces of #13ed4d

RGB 1923777
HSL0.380.860.50
HSV136°92°93°
CMYK 0.920.000.68   0.07
XYZ31.892361.242617.1613
Yxy61.24260.28920.5553
Hunter Lab78.2577-64.206941.7785
CIE-Lab82.5090-77.162961.8092

#13ed4d color RGB value is (19,237,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101101 01001101
Octal 23 355 115
Decimal 19 237 77
Hex 13 ED 4D

RGB Percentages of Color #13ed4d

%5.71
%71.17
%23.12

CMYK Percentages of Color #13ed4d

%92
%0
%68
%7

Triadic Colors of #13ed4d

#13ed4d #4d13ed #ed4d13

Analogous Colors of #13ed4d

#13ed4d #13edba #46ed13

Monochromatic Colors of #13ed4d

#13ed4d

Complementary Color

#13ed4d #ed13b3

#13ed4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ed4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ed4d Color CSS Codes

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

#13ed4d Text Font Color

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

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


#13ed4d Background Color

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

This div background color is #13ed4d


#13ed4d Border Color

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

This div border color is #13ed4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ed4d


Comments

No comments written yet.

Please login to write comment.