Color Hex Logo

#8fd88d Color Hex

#8FD88D
(143,216,141)
0 Favorites   0 Comments

Color spaces of #8fd88d

RGB 143216141
HSL0.330.490.70
HSV118°35°85°
CMYK 0.340.000.35   0.15
XYZ40.691356.874534.0325
Yxy56.87450.30920.4322
Hunter Lab75.4152-35.664426.0349
CIE-Lab80.1090-37.422129.9755

#8fd88d color RGB value is (143,216,141).

#8fd88d hex color red value is 143, green value is 216 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8fd88d hue: 0.33 , saturation: 0.49 and the lightness value of 8fd88d is 0.70.

The process color (four color CMYK) of #8fd88d color hex is 0.34, 0.00, 0.35, 0.15. Web safe color of #8fd88d is #99cc99. Color #8fd88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011000 10001101
Octal 217 330 215
Decimal 143 216 141
Hex 8F D8 8D

RGB Percentages of Color #8fd88d

%28.60
%43.20
%28.20

CMYK Percentages of Color #8fd88d

%34
%0
%35
%15

Triadic Colors of #8fd88d

#8fd88d #8d8fd8 #d88d8f

Analogous Colors of #8fd88d

#8fd88d #8dd8b1 #b5d88d

Monochromatic Colors of #8fd88d

#8fd88d

Complementary Color

#8fd88d #d68dd8

#8fd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd88d Color CSS Codes

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

#8fd88d Text Font Color

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

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


#8fd88d Background Color

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

This div background color is #8fd88d


#8fd88d Border Color

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

This div border color is #8fd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd88d


Comments

No comments written yet.

Please login to write comment.