Color Hex Logo

#8de76f Color Hex

#8DE76F
(141,231,111)
0 Favorites   0 Comments

Color spaces of #8de76f

RGB 141231111
HSL0.290.710.67
HSV105°52°91°
CMYK 0.390.000.52   0.09
XYZ42.429763.962225.1486
Yxy63.96220.32260.4863
Hunter Lab79.9764-45.259437.3397
CIE-Lab83.9461-48.669749.6105

#8de76f color RGB value is (141,231,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100111 01101111
Octal 215 347 157
Decimal 141 231 111
Hex 8D E7 6F

RGB Percentages of Color #8de76f

%29.19
%47.83
%22.98

CMYK Percentages of Color #8de76f

%39
%0
%52
%9

Triadic Colors of #8de76f

#8de76f #6f8de7 #e76f8d

Analogous Colors of #8de76f

#8de76f #6fe78d #c9e76f

Monochromatic Colors of #8de76f

#8de76f

Complementary Color

#8de76f #c96fe7

#8de76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de76f Color CSS Codes

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

#8de76f Text Font Color

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

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


#8de76f Background Color

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

This div background color is #8de76f


#8de76f Border Color

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

This div border color is #8de76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de76f


Comments

No comments written yet.

Please login to write comment.