Color Hex Logo

#8cdc89 Color Hex

#8CDC89
(140,220,137)
0 Favorites   0 Comments

Color spaces of #8cdc89

RGB 140220137
HSL0.330.540.70
HSV118°38°86°
CMYK 0.360.000.38   0.14
XYZ40.923858.568032.8148
Yxy58.56800.30930.4427
Hunter Lab76.5297-38.475328.1482
CIE-Lab81.0536-40.777333.2426

#8cdc89 color RGB value is (140,220,137).

#8cdc89 hex color red value is 140, green value is 220 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #8cdc89 hue: 0.33 , saturation: 0.54 and the lightness value of 8cdc89 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 10001001
Octal 214 334 211
Decimal 140 220 137
Hex 8C DC 89

RGB Percentages of Color #8cdc89

%28.17
%44.27
%27.57

CMYK Percentages of Color #8cdc89

%36
%0
%38
%14

Triadic Colors of #8cdc89

#8cdc89 #898cdc #dc898c

Analogous Colors of #8cdc89

#8cdc89 #89dcb0 #b6dc89

Monochromatic Colors of #8cdc89

#8cdc89

Complementary Color

#8cdc89 #d989dc

#8cdc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdc89 Color CSS Codes

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

#8cdc89 Text Font Color

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

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


#8cdc89 Background Color

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

This div background color is #8cdc89


#8cdc89 Border Color

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

This div border color is #8cdc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdc89


Comments

No comments written yet.

Please login to write comment.