Color Hex Logo

#8ed908 Color Hex

#8ED908
(142,217,8)
0 Favorites   0 Comments

Color spaces of #8ed908

RGB 1422178
HSL0.230.930.44
HSV82°96°85°
CMYK 0.350.000.96   0.15
XYZ36.012055.39409.0238
Yxy55.39400.35860.5516
Hunter Lab74.4271-43.879344.9105
CIE-Lab79.2677-48.832977.0566

#8ed908 color RGB value is (142,217,8).

#8ed908 hex color red value is 142, green value is 217 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #8ed908 hue: 0.23 , saturation: 0.93 and the lightness value of 8ed908 is 0.44.

The process color (four color CMYK) of #8ed908 color hex is 0.35, 0.00, 0.96, 0.15. Web safe color of #8ed908 is #99cc00. Color #8ed908 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011001 00001000
Octal 216 331 10
Decimal 142 217 8
Hex 8E D9 8

RGB Percentages of Color #8ed908

%38.69
%59.13
%2.18

CMYK Percentages of Color #8ed908

%35
%0
%96
%15

Triadic Colors of #8ed908

#8ed908 #088ed9 #d9088e

Analogous Colors of #8ed908

#8ed908 #25d908 #d9bc08

Monochromatic Colors of #8ed908

#8ed908

Complementary Color

#8ed908 #5308d9

#8ed908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed908 Color CSS Codes

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

#8ed908 Text Font Color

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

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


#8ed908 Background Color

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

This div background color is #8ed908


#8ed908 Border Color

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

This div border color is #8ed908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed908


Comments

No comments written yet.

Please login to write comment.