Color Hex Logo

#8ea806 Color Hex

#8EA806
(142,168,6)
0 Favorites   0 Comments

Color spaces of #8ea806

RGB 1421686
HSL0.190.930.34
HSV70°96°66°
CMYK 0.150.000.96   0.34
XYZ25.190833.76925.3627
Yxy33.76920.39160.5250
Hunter Lab58.1113-24.316335.2064
CIE-Lab64.7790-27.013065.9627

#8ea806 color RGB value is (142,168,6).

#8ea806 hex color red value is 142, green value is 168 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #8ea806 hue: 0.19 , saturation: 0.93 and the lightness value of 8ea806 is 0.34.

The process color (four color CMYK) of #8ea806 color hex is 0.15, 0.00, 0.96, 0.34. Web safe color of #8ea806 is #999900. Color #8ea806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101000 00000110
Octal 216 250 6
Decimal 142 168 6
Hex 8E A8 6

RGB Percentages of Color #8ea806

%44.94
%53.16
%1.90

CMYK Percentages of Color #8ea806

%15
%0
%96
%34

Triadic Colors of #8ea806

#8ea806 #068ea8 #a8068e

Analogous Colors of #8ea806

#8ea806 #3da806 #a87106

Monochromatic Colors of #8ea806

#8ea806

Complementary Color

#8ea806 #2006a8

#8ea806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea806 Color CSS Codes

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

#8ea806 Text Font Color

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

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


#8ea806 Background Color

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

This div background color is #8ea806


#8ea806 Border Color

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

This div border color is #8ea806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea806


Comments

No comments written yet.

Please login to write comment.