Color Hex Logo

#8eff14 Color Hex

#8EFF14
(142,255,20)
0 Favorites   0 Comments

Color spaces of #8eff14

RGB 14225520
HSL0.251.000.54
HSV89°92°100°
CMYK 0.440.000.92   0.00
XYZ47.041677.321313.1070
Yxy77.32130.34220.5625
Hunter Lab87.9325-58.389152.7152
CIE-Lab90.4693-63.415184.8161

#8eff14 color RGB value is (142,255,20).

#8eff14 hex color red value is 142, green value is 255 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #8eff14 hue: 0.25 , saturation: 1.00 and the lightness value of 8eff14 is 0.54.

The process color (four color CMYK) of #8eff14 color hex is 0.44, 0.00, 0.92, 0.00. Web safe color of #8eff14 is #99ff00. Color #8eff14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 00010100
Octal 216 377 24
Decimal 142 255 20
Hex 8E FF 14

RGB Percentages of Color #8eff14

%34.05
%61.15
%4.80

CMYK Percentages of Color #8eff14

%44
%0
%92
%0

Triadic Colors of #8eff14

#8eff14 #148eff #ff148e

Analogous Colors of #8eff14

#8eff14 #19ff14 #fffb14

Monochromatic Colors of #8eff14

#8eff14

Complementary Color

#8eff14 #8514ff

#8eff14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eff14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eff14 Color CSS Codes

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

#8eff14 Text Font Color

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

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


#8eff14 Background Color

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

This div background color is #8eff14


#8eff14 Border Color

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

This div border color is #8eff14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eff14


Comments

No comments written yet.

Please login to write comment.