Color Hex Logo

#8ee614 Color Hex

#8EE614
(142,230,20)
0 Favorites   0 Comments

Color spaces of #8ee614

RGB 14223020
HSL0.240.840.49
HSV85°91°90°
CMYK 0.380.000.91   0.10
XYZ39.578462.394910.6192
Yxy62.39490.35150.5542
Hunter Lab78.9904-48.795347.3226
CIE-Lab83.1230-53.880978.8411

#8ee614 color RGB value is (142,230,20).

#8ee614 hex color red value is 142, green value is 230 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #8ee614 hue: 0.24 , saturation: 0.84 and the lightness value of 8ee614 is 0.49.

The process color (four color CMYK) of #8ee614 color hex is 0.38, 0.00, 0.91, 0.10. Web safe color of #8ee614 is #99ff00. Color #8ee614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100110 00010100
Octal 216 346 24
Decimal 142 230 20
Hex 8E E6 14

RGB Percentages of Color #8ee614

%36.22
%58.67
%5.10

CMYK Percentages of Color #8ee614

%38
%0
%91
%10

Triadic Colors of #8ee614

#8ee614 #148ee6 #e6148e

Analogous Colors of #8ee614

#8ee614 #25e614 #e6d514

Monochromatic Colors of #8ee614

#8ee614

Complementary Color

#8ee614 #6c14e6

#8ee614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee614 Color CSS Codes

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

#8ee614 Text Font Color

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

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


#8ee614 Background Color

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

This div background color is #8ee614


#8ee614 Border Color

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

This div border color is #8ee614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee614


Comments

No comments written yet.

Please login to write comment.