Color Hex Logo

#8de76d Color Hex

#8DE76D
(141,231,109)
0 Favorites   0 Comments

Color spaces of #8de76d

RGB 141231109
HSL0.290.720.67
HSV104°53°91°
CMYK 0.390.000.53   0.09
XYZ42.320763.918724.5750
Yxy63.91870.32350.4886
Hunter Lab79.9492-45.423037.7397
CIE-Lab83.9234-48.899550.5115

#8de76d color RGB value is (141,231,109).

#8de76d hex color red value is 141, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #8de76d hue: 0.29 , saturation: 0.72 and the lightness value of 8de76d is 0.67.

The process color (four color CMYK) of #8de76d color hex is 0.39, 0.00, 0.53, 0.09. Web safe color of #8de76d is #99ff66. Color #8de76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100111 01101101
Octal 215 347 155
Decimal 141 231 109
Hex 8D E7 6D

RGB Percentages of Color #8de76d

%29.31
%48.02
%22.66

CMYK Percentages of Color #8de76d

%39
%0
%53
%9

Triadic Colors of #8de76d

#8de76d #6d8de7 #e76d8d

Analogous Colors of #8de76d

#8de76d #6de78a #cae76d

Monochromatic Colors of #8de76d

#8de76d

Complementary Color

#8de76d #c76de7

#8de76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de76d Color CSS Codes

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

#8de76d Text Font Color

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

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


#8de76d Background Color

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

This div background color is #8de76d


#8de76d Border Color

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

This div border color is #8de76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de76d


Comments

No comments written yet.

Please login to write comment.