Color Hex Logo

#8ef661 Color Hex

#8EF661
(142,246,97)
0 Favorites   0 Comments

Color spaces of #8ef661

RGB 14224697
HSL0.280.890.67
HSV102°61°96°
CMYK 0.420.000.61   0.04
XYZ46.268872.525422.8694
Yxy72.52540.32660.5120
Hunter Lab85.1618-52.053443.6915
CIE-Lab88.2209-55.901360.8058

#8ef661 color RGB value is (142,246,97).

#8ef661 hex color red value is 142, green value is 246 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8ef661 hue: 0.28 , saturation: 0.89 and the lightness value of 8ef661 is 0.67.

The process color (four color CMYK) of #8ef661 color hex is 0.42, 0.00, 0.61, 0.04. Web safe color of #8ef661 is #99ff66. Color #8ef661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110110 01100001
Octal 216 366 141
Decimal 142 246 97
Hex 8E F6 61

RGB Percentages of Color #8ef661

%29.28
%50.72
%20.00

CMYK Percentages of Color #8ef661

%42
%0
%61
%4

Triadic Colors of #8ef661

#8ef661 #618ef6 #f6618e

Analogous Colors of #8ef661

#8ef661 #61f67f #d9f661

Monochromatic Colors of #8ef661

#8ef661

Complementary Color

#8ef661 #c961f6

#8ef661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef661 Color CSS Codes

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

#8ef661 Text Font Color

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

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


#8ef661 Background Color

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

This div background color is #8ef661


#8ef661 Border Color

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

This div border color is #8ef661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef661


Comments

No comments written yet.

Please login to write comment.