Color Hex Logo

#8ed13f Color Hex

#8ED13F
(142,209,63)
0 Favorites   0 Comments

Color spaces of #8ed13f

RGB 14220963
HSL0.240.610.53
HSV88°70°82°
CMYK 0.320.000.70   0.18
XYZ34.853051.710612.8468
Yxy51.71060.35060.5202
Hunter Lab71.9101-39.328239.7448
CIE-Lab77.1075-43.445462.4363

#8ed13f color RGB value is (142,209,63).

#8ed13f hex color red value is 142, green value is 209 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8ed13f hue: 0.24 , saturation: 0.61 and the lightness value of 8ed13f is 0.53.

The process color (four color CMYK) of #8ed13f color hex is 0.32, 0.00, 0.70, 0.18. Web safe color of #8ed13f is #99cc33. Color #8ed13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010001 00111111
Octal 216 321 77
Decimal 142 209 63
Hex 8E D1 3F

RGB Percentages of Color #8ed13f

%34.30
%50.48
%15.22

CMYK Percentages of Color #8ed13f

%32
%0
%70
%18

Triadic Colors of #8ed13f

#8ed13f #3f8ed1 #d13f8e

Analogous Colors of #8ed13f

#8ed13f #45d13f #d1cb3f

Monochromatic Colors of #8ed13f

#8ed13f

Complementary Color

#8ed13f #823fd1

#8ed13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed13f Color CSS Codes

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

#8ed13f Text Font Color

<p style="color:#8ed13f">Text here</p>

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


#8ed13f Background Color

<div style="background-color:#8ed13f">
Div content here</div>

This div background color is #8ed13f


#8ed13f Border Color

<div style="border:3px solid #8ed13f">
Div here</div>

This div border color is #8ed13f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,209,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ed13f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ed13f;
  -webkit-box-shadow: 1px 1px 3px 2px #8ed13f;
  box-shadow:         1px 1px 3px 2px #8ed13f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,209,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed13f


Comments

No comments written yet.

Please login to write comment.