Color Hex Logo

#8de47f Color Hex

#8DE47F
(141,228,127)
0 Favorites   0 Comments

Color spaces of #8de47f

RGB 141228127
HSL0.310.650.70
HSV112°44°89°
CMYK 0.380.000.44   0.11
XYZ42.558762.681829.9344
Yxy62.68180.31480.4637
Hunter Lab79.1718-42.598333.0031
CIE-Lab83.2747-45.388841.1163

#8de47f color RGB value is (141,228,127).

#8de47f hex color red value is 141, green value is 228 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8de47f hue: 0.31 , saturation: 0.65 and the lightness value of 8de47f is 0.70.

The process color (four color CMYK) of #8de47f color hex is 0.38, 0.00, 0.44, 0.11. Web safe color of #8de47f is #99cc66. Color #8de47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100100 01111111
Octal 215 344 177
Decimal 141 228 127
Hex 8D E4 7F

RGB Percentages of Color #8de47f

%28.43
%45.97
%25.60

CMYK Percentages of Color #8de47f

%38
%0
%44
%11

Triadic Colors of #8de47f

#8de47f #7f8de4 #e47f8d

Analogous Colors of #8de47f

#8de47f #7fe4a4 #c0e47f

Monochromatic Colors of #8de47f

#8de47f

Complementary Color

#8de47f #d67fe4

#8de47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de47f Color CSS Codes

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

#8de47f Text Font Color

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

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


#8de47f Background Color

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

This div background color is #8de47f


#8de47f Border Color

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

This div border color is #8de47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de47f


Comments

No comments written yet.

Please login to write comment.