Color Hex Logo

#8cde8d Color Hex

#8CDE8D
(140,222,141)
0 Favorites   0 Comments

Color spaces of #8cde8d

RGB 140222141
HSL0.340.550.71
HSV121°37°87°
CMYK 0.370.000.36   0.13
XYZ41.744259.741134.5303
Yxy59.74110.30690.4392
Hunter Lab77.2924-38.857027.6169
CIE-Lab81.6973-41.045632.0554

#8cde8d color RGB value is (140,222,141).

#8cde8d hex color red value is 140, green value is 222 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8cde8d hue: 0.34 , saturation: 0.55 and the lightness value of 8cde8d is 0.71.

The process color (four color CMYK) of #8cde8d color hex is 0.37, 0.00, 0.36, 0.13. Web safe color of #8cde8d is #99cc99. Color #8cde8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 10001101
Octal 214 336 215
Decimal 140 222 141
Hex 8C DE 8D

RGB Percentages of Color #8cde8d

%27.83
%44.14
%28.03

CMYK Percentages of Color #8cde8d

%37
%0
%36
%13

Triadic Colors of #8cde8d

#8cde8d #8d8cde #de8d8c

Analogous Colors of #8cde8d

#8cde8d #8cdeb6 #b4de8c

Monochromatic Colors of #8cde8d

#8cde8d

Complementary Color

#8cde8d #de8cdd

#8cde8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cde8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cde8d Color CSS Codes

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

#8cde8d Text Font Color

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

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


#8cde8d Background Color

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

This div background color is #8cde8d


#8cde8d Border Color

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

This div border color is #8cde8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,222,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 #8cde8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cde8d


Comments

No comments written yet.

Please login to write comment.