Color Hex Logo

#8ec006 Color Hex

#8EC006
(142,192,6)
0 Favorites   0 Comments

Color spaces of #8ec006

RGB 1421926
HSL0.210.940.39
HSV76°97°75°
CMYK 0.260.000.97   0.25
XYZ30.037843.46326.9784
Yxy43.46320.37320.5401
Hunter Lab65.9266-34.042639.8727
CIE-Lab71.8682-38.167071.4591

#8ec006 color RGB value is (142,192,6).

#8ec006 hex color red value is 142, green value is 192 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #8ec006 hue: 0.21 , saturation: 0.94 and the lightness value of 8ec006 is 0.39.

The process color (four color CMYK) of #8ec006 color hex is 0.26, 0.00, 0.97, 0.25. Web safe color of #8ec006 is #99cc00. Color #8ec006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000000 00000110
Octal 216 300 6
Decimal 142 192 6
Hex 8E C0 6

RGB Percentages of Color #8ec006

%41.76
%56.47
%1.76

CMYK Percentages of Color #8ec006

%26
%0
%97
%25

Triadic Colors of #8ec006

#8ec006 #068ec0 #c0068e

Analogous Colors of #8ec006

#8ec006 #31c006 #c09506

Monochromatic Colors of #8ec006

#8ec006

Complementary Color

#8ec006 #3806c0

#8ec006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec006 Color CSS Codes

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

#8ec006 Text Font Color

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

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


#8ec006 Background Color

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

This div background color is #8ec006


#8ec006 Border Color

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

This div border color is #8ec006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,192,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 #8ec006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec006


Comments

No comments written yet.

Please login to write comment.