Color Hex Logo

#8de771 Color Hex

#8DE771
(141,231,113)
0 Favorites   0 Comments

Color spaces of #8de771

RGB 141231113
HSL0.290.710.67
HSV106°51°91°
CMYK 0.390.000.51   0.09
XYZ42.541164.006825.7352
Yxy64.00680.32160.4839
Hunter Lab80.0042-45.092736.9310
CIE-Lab83.9693-48.435748.7038

#8de771 color RGB value is (141,231,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100111 01110001
Octal 215 347 161
Decimal 141 231 113
Hex 8D E7 71

RGB Percentages of Color #8de771

%29.07
%47.63
%23.30

CMYK Percentages of Color #8de771

%39
%0
%51
%9

Triadic Colors of #8de771

#8de771 #718de7 #e7718d

Analogous Colors of #8de771

#8de771 #71e790 #c8e771

Monochromatic Colors of #8de771

#8de771

Complementary Color

#8de771 #cb71e7

#8de771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de771 Color CSS Codes

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

#8de771 Text Font Color

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

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


#8de771 Background Color

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

This div background color is #8de771


#8de771 Border Color

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

This div border color is #8de771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de771


Comments

No comments written yet.

Please login to write comment.