Color Hex Logo

#8ced8d Color Hex

#8CED8D
(140,237,141)
0 Favorites   0 Comments

Color spaces of #8ced8d

RGB 140237141
HSL0.340.730.74
HSV121°41°93°
CMYK 0.410.000.41   0.07
XYZ45.907168.066935.9180
Yxy68.06690.30630.4541
Hunter Lab82.5027-45.056631.9396
CIE-Lab86.0399-47.528237.7395

#8ced8d color RGB value is (140,237,141).

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

The process color (four color CMYK) of #8ced8d color hex is 0.41, 0.00, 0.41, 0.07. Web safe color of #8ced8d is #99ff99. Color #8ced8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101101 10001101
Octal 214 355 215
Decimal 140 237 141
Hex 8C ED 8D

RGB Percentages of Color #8ced8d

%27.03
%45.75
%27.22

CMYK Percentages of Color #8ced8d

%41
%0
%41
%7

Triadic Colors of #8ced8d

#8ced8d #8d8ced #ed8d8c

Analogous Colors of #8ced8d

#8ced8d #8cedbe #bced8c

Monochromatic Colors of #8ced8d

#8ced8d

Complementary Color

#8ced8d #ed8cec

#8ced8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ced8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ced8d Color CSS Codes

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

#8ced8d Text Font Color

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

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


#8ced8d Background Color

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

This div background color is #8ced8d


#8ced8d Border Color

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

This div border color is #8ced8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ced8d


Comments

No comments written yet.

Please login to write comment.