Color Hex Logo

#8bc29d Color Hex

#8BC29D
(139,194,157)
0 Favorites   0 Comments

Color spaces of #8bc29d

RGB 139194157
HSL0.390.310.65
HSV140°28°76°
CMYK 0.280.000.19   0.24
XYZ36.025146.506938.9763
Yxy46.50690.29650.3827
Hunter Lab68.1960-25.048813.8509
CIE-Lab73.8733-25.537212.9467

#8bc29d color RGB value is (139,194,157).

#8bc29d hex color red value is 139, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8bc29d hue: 0.39 , saturation: 0.31 and the lightness value of 8bc29d is 0.65.

The process color (four color CMYK) of #8bc29d color hex is 0.28, 0.00, 0.19, 0.24. Web safe color of #8bc29d is #99cc99. Color #8bc29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000010 10011101
Octal 213 302 235
Decimal 139 194 157
Hex 8B C2 9D

RGB Percentages of Color #8bc29d

%28.37
%39.59
%32.04

CMYK Percentages of Color #8bc29d

%28
%0
%19
%24

Triadic Colors of #8bc29d

#8bc29d #9d8bc2 #c29d8b

Analogous Colors of #8bc29d

#8bc29d #8bc2b9 #95c28b

Monochromatic Colors of #8bc29d

#8bc29d

Complementary Color

#8bc29d #c28bb0

#8bc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc29d Color CSS Codes

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

#8bc29d Text Font Color

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

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


#8bc29d Background Color

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

This div background color is #8bc29d


#8bc29d Border Color

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

This div border color is #8bc29d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,194,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bc29d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bc29d;
  -webkit-box-shadow: 1px 1px 3px 2px #8bc29d;
  box-shadow:         1px 1px 3px 2px #8bc29d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,194,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc29d


Comments

No comments written yet.

Please login to write comment.