Color Hex Logo

#8cd17e Color Hex

#8CD17E
(140,209,126)
0 Favorites   0 Comments

Color spaces of #8cd17e

RGB 140209126
HSL0.310.470.66
HSV110°40°82°
CMYK 0.330.000.40   0.18
XYZ37.381652.682727.9372
Yxy52.68270.31680.4465
Hunter Lab72.5828-35.089027.9872
CIE-Lab77.6873-37.491134.4419

#8cd17e color RGB value is (140,209,126).

#8cd17e hex color red value is 140, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8cd17e hue: 0.31 , saturation: 0.47 and the lightness value of 8cd17e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010001 01111110
Octal 214 321 176
Decimal 140 209 126
Hex 8C D1 7E

RGB Percentages of Color #8cd17e

%29.47
%44.00
%26.53

CMYK Percentages of Color #8cd17e

%33
%0
%40
%18

Triadic Colors of #8cd17e

#8cd17e #7e8cd1 #d17e8c

Analogous Colors of #8cd17e

#8cd17e #7ed19a #b6d17e

Monochromatic Colors of #8cd17e

#8cd17e

Complementary Color

#8cd17e #c37ed1

#8cd17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd17e Color CSS Codes

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

#8cd17e Text Font Color

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

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


#8cd17e Background Color

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

This div background color is #8cd17e


#8cd17e Border Color

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

This div border color is #8cd17e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,209,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd17e


Comments

No comments written yet.

Please login to write comment.