Color Hex Logo

#8edf70 Color Hex

#8EDF70
(142,223,112)
0 Favorites   0 Comments

Color spaces of #8edf70

RGB 142223112
HSL0.290.630.66
HSV104°50°87°
CMYK 0.360.000.50   0.13
XYZ40.467659.696024.7188
Yxy59.69600.32400.4780
Hunter Lab77.2632-41.718935.1156
CIE-Lab81.6727-44.854146.3939

#8edf70 color RGB value is (142,223,112).

#8edf70 hex color red value is 142, green value is 223 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8edf70 hue: 0.29 , saturation: 0.63 and the lightness value of 8edf70 is 0.66.

The process color (four color CMYK) of #8edf70 color hex is 0.36, 0.00, 0.50, 0.13. Web safe color of #8edf70 is #99cc66. Color #8edf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 01110000
Octal 216 337 160
Decimal 142 223 112
Hex 8E DF 70

RGB Percentages of Color #8edf70

%29.77
%46.75
%23.48

CMYK Percentages of Color #8edf70

%36
%0
%50
%13

Triadic Colors of #8edf70

#8edf70 #708edf #df708e

Analogous Colors of #8edf70

#8edf70 #70df8a #c6df70

Monochromatic Colors of #8edf70

#8edf70

Complementary Color

#8edf70 #c170df

#8edf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edf70 Color CSS Codes

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

#8edf70 Text Font Color

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

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


#8edf70 Background Color

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

This div background color is #8edf70


#8edf70 Border Color

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

This div border color is #8edf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edf70


Comments

No comments written yet.

Please login to write comment.