Color Hex Logo

#13e47d Color Hex

#13E47D
(19,228,125)
0 Favorites   0 Comments

Color spaces of #13e47d

RGB 19228125
HSL0.420.850.48
HSV150°92°89°
CMYK 0.920.000.45   0.11
XYZ31.713657.105928.7531
Yxy57.10590.26970.4857
Hunter Lab75.5684-57.334230.3386
CIE-Lab80.2391-68.029237.6163

#13e47d color RGB value is (19,228,125).

#13e47d hex color red value is 19, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #13e47d hue: 0.42 , saturation: 0.85 and the lightness value of 13e47d is 0.48.

The process color (four color CMYK) of #13e47d color hex is 0.92, 0.00, 0.45, 0.11. Web safe color of #13e47d is #00cc66. Color #13e47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11100100 01111101
Octal 23 344 175
Decimal 19 228 125
Hex 13 E4 7D

RGB Percentages of Color #13e47d

%5.11
%61.29
%33.60

CMYK Percentages of Color #13e47d

%92
%0
%45
%11

Triadic Colors of #13e47d

#13e47d #7d13e4 #e47d13

Analogous Colors of #13e47d

#13e47d #13e3e4 #13e415

Monochromatic Colors of #13e47d

#13e47d

Complementary Color

#13e47d #e4137a

#13e47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13e47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13e47d Color CSS Codes

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

#13e47d Text Font Color

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

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


#13e47d Background Color

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

This div background color is #13e47d


#13e47d Border Color

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

This div border color is #13e47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13e47d


Comments

No comments written yet.

Please login to write comment.