Color Hex Logo

#8dd077 Color Hex

#8DD077
(141,208,119)
0 Favorites   0 Comments

Color spaces of #8dd077

RGB 141208119
HSL0.290.490.64
HSV105°43°82°
CMYK 0.320.000.43   0.18
XYZ36.870252.106425.5670
Yxy52.10640.32190.4549
Hunter Lab72.1848-35.149929.5295
CIE-Lab77.3444-37.691537.5515

#8dd077 color RGB value is (141,208,119).

#8dd077 hex color red value is 141, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #8dd077 hue: 0.29 , saturation: 0.49 and the lightness value of 8dd077 is 0.64.

The process color (four color CMYK) of #8dd077 color hex is 0.32, 0.00, 0.43, 0.18. Web safe color of #8dd077 is #99cc66. Color #8dd077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010000 01110111
Octal 215 320 167
Decimal 141 208 119
Hex 8D D0 77

RGB Percentages of Color #8dd077

%30.13
%44.44
%25.43

CMYK Percentages of Color #8dd077

%32
%0
%43
%18

Triadic Colors of #8dd077

#8dd077 #778dd0 #d0778d

Analogous Colors of #8dd077

#8dd077 #77d08e #bad077

Monochromatic Colors of #8dd077

#8dd077

Complementary Color

#8dd077 #ba77d0

#8dd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd077 Color CSS Codes

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

#8dd077 Text Font Color

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

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


#8dd077 Background Color

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

This div background color is #8dd077


#8dd077 Border Color

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

This div border color is #8dd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd077


Comments

No comments written yet.

Please login to write comment.