Color Hex Logo

#8ed650 Color Hex

#8ED650
(142,214,80)
0 Favorites   0 Comments

Color spaces of #8ed650

RGB 14221480
HSL0.260.620.58
HSV92°63°84°
CMYK 0.340.000.63   0.16
XYZ36.649954.423116.1625
Yxy54.42310.34180.5075
Hunter Lab73.7720-40.422338.6507
CIE-Lab78.7078-44.295857.3933

#8ed650 color RGB value is (142,214,80).

#8ed650 hex color red value is 142, green value is 214 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #8ed650 hue: 0.26 , saturation: 0.62 and the lightness value of 8ed650 is 0.58.

The process color (four color CMYK) of #8ed650 color hex is 0.34, 0.00, 0.63, 0.16. Web safe color of #8ed650 is #99cc66. Color #8ed650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010110 01010000
Octal 216 326 120
Decimal 142 214 80
Hex 8E D6 50

RGB Percentages of Color #8ed650

%32.57
%49.08
%18.35

CMYK Percentages of Color #8ed650

%34
%0
%63
%16

Triadic Colors of #8ed650

#8ed650 #508ed6 #d6508e

Analogous Colors of #8ed650

#8ed650 #50d655 #d1d650

Monochromatic Colors of #8ed650

#8ed650

Complementary Color

#8ed650 #9850d6

#8ed650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed650 Color CSS Codes

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

#8ed650 Text Font Color

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

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


#8ed650 Background Color

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

This div background color is #8ed650


#8ed650 Border Color

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

This div border color is #8ed650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed650


Comments

No comments written yet.

Please login to write comment.