Color Hex Logo

#8eed7c Color Hex

#8EED7C
(142,237,124)
0 Favorites   0 Comments

Color spaces of #8eed7c

RGB 142237124
HSL0.310.760.71
HSV110°48°93°
CMYK 0.400.000.48   0.07
XYZ45.077667.774429.7747
Yxy67.77440.31610.4752
Hunter Lab82.3252-46.330536.1841
CIE-Lab85.8935-49.274445.8632

#8eed7c color RGB value is (142,237,124).

#8eed7c hex color red value is 142, green value is 237 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8eed7c hue: 0.31 , saturation: 0.76 and the lightness value of 8eed7c is 0.71.

The process color (four color CMYK) of #8eed7c color hex is 0.40, 0.00, 0.48, 0.07. Web safe color of #8eed7c is #99ff66. Color #8eed7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 01111100
Octal 216 355 174
Decimal 142 237 124
Hex 8E ED 7C

RGB Percentages of Color #8eed7c

%28.23
%47.12
%24.65

CMYK Percentages of Color #8eed7c

%40
%0
%48
%7

Triadic Colors of #8eed7c

#8eed7c #7c8eed #ed7c8e

Analogous Colors of #8eed7c

#8eed7c #7ceda3 #c7ed7c

Monochromatic Colors of #8eed7c

#8eed7c

Complementary Color

#8eed7c #db7ced

#8eed7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eed7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eed7c Color CSS Codes

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

#8eed7c Text Font Color

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

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


#8eed7c Background Color

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

This div background color is #8eed7c


#8eed7c Border Color

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

This div border color is #8eed7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eed7c


Comments

No comments written yet.

Please login to write comment.