Color Hex Logo

#8efd8d Color Hex

#8EFD8D
(142,253,141)
0 Favorites   0 Comments

Color spaces of #8efd8d

RGB 142253141
HSL0.330.970.77
HSV119°44°99°
CMYK 0.440.000.44   0.01
XYZ51.088377.924437.5476
Yxy77.92440.30670.4678
Hunter Lab88.2748-51.175536.5734
CIE-Lab90.7454-53.574743.7934

#8efd8d color RGB value is (142,253,141).

#8efd8d hex color red value is 142, green value is 253 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8efd8d hue: 0.33 , saturation: 0.97 and the lightness value of 8efd8d is 0.77.

The process color (four color CMYK) of #8efd8d color hex is 0.44, 0.00, 0.44, 0.01. Web safe color of #8efd8d is #99ff99. Color #8efd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111101 10001101
Octal 216 375 215
Decimal 142 253 141
Hex 8E FD 8D

RGB Percentages of Color #8efd8d

%26.49
%47.20
%26.31

CMYK Percentages of Color #8efd8d

%44
%0
%44
%1

Triadic Colors of #8efd8d

#8efd8d #8d8efd #fd8d8e

Analogous Colors of #8efd8d

#8efd8d #8dfdc4 #c6fd8d

Monochromatic Colors of #8efd8d

#8efd8d

Complementary Color

#8efd8d #fc8dfd

#8efd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efd8d Color CSS Codes

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

#8efd8d Text Font Color

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

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


#8efd8d Background Color

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

This div background color is #8efd8d


#8efd8d Border Color

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

This div border color is #8efd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efd8d


Comments

No comments written yet.

Please login to write comment.