Color Hex Logo

#8cc989 Color Hex

#8CC989
(140,201,137)
0 Favorites   0 Comments

Color spaces of #8cc989

RGB 140201137
HSL0.330.370.66
HSV117°32°79°
CMYK 0.300.000.32   0.21
XYZ36.217249.154931.2459
Yxy49.15490.31060.4215
Hunter Lab70.1106-30.485222.6538
CIE-Lab75.5476-32.112125.9216

#8cc989 color RGB value is (140,201,137).

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

The process color (four color CMYK) of #8cc989 color hex is 0.30, 0.00, 0.32, 0.21. Web safe color of #8cc989 is #99cc99. Color #8cc989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001001 10001001
Octal 214 311 211
Decimal 140 201 137
Hex 8C C9 89

RGB Percentages of Color #8cc989

%29.29
%42.05
%28.66

CMYK Percentages of Color #8cc989

%30
%0
%32
%21

Triadic Colors of #8cc989

#8cc989 #898cc9 #c9898c

Analogous Colors of #8cc989

#8cc989 #89c9a6 #acc989

Monochromatic Colors of #8cc989

#8cc989

Complementary Color

#8cc989 #c689c9

#8cc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc989 Color CSS Codes

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

#8cc989 Text Font Color

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

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


#8cc989 Background Color

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

This div background color is #8cc989


#8cc989 Border Color

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

This div border color is #8cc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc989


Comments

No comments written yet.

Please login to write comment.