Color Hex Logo

#8ef964 Color Hex

#8EF964
(142,249,100)
0 Favorites   0 Comments

Color spaces of #8ef964

RGB 142249100
HSL0.290.930.68
HSV103°60°98°
CMYK 0.430.000.60   0.02
XYZ47.331374.422223.9269
Yxy74.42220.32490.5109
Hunter Lab86.2683-53.035143.9435
CIE-Lab89.1216-56.796060.5540

#8ef964 color RGB value is (142,249,100).

#8ef964 hex color red value is 142, green value is 249 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8ef964 hue: 0.29 , saturation: 0.93 and the lightness value of 8ef964 is 0.68.

The process color (four color CMYK) of #8ef964 color hex is 0.43, 0.00, 0.60, 0.02. Web safe color of #8ef964 is #99ff66. Color #8ef964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111001 01100100
Octal 216 371 144
Decimal 142 249 100
Hex 8E F9 64

RGB Percentages of Color #8ef964

%28.92
%50.71
%20.37

CMYK Percentages of Color #8ef964

%43
%0
%60
%2

Triadic Colors of #8ef964

#8ef964 #648ef9 #f9648e

Analogous Colors of #8ef964

#8ef964 #64f985 #d9f964

Monochromatic Colors of #8ef964

#8ef964

Complementary Color

#8ef964 #cf64f9

#8ef964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef964 Color CSS Codes

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

#8ef964 Text Font Color

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

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


#8ef964 Background Color

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

This div background color is #8ef964


#8ef964 Border Color

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

This div border color is #8ef964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef964

Related Colors

#8ef964 Color Palettes


Comments

No comments written yet.

Please login to write comment.