Color Hex Logo

#8bc49f Color Hex

#8BC49F
(139,196,159)
0 Favorites   0 Comments

Color spaces of #8bc49f

RGB 139196159
HSL0.390.330.66
HSV141°29°77°
CMYK 0.290.000.19   0.23
XYZ36.645447.472040.0325
Yxy47.47200.29520.3824
Hunter Lab68.8999-25.637113.7810
CIE-Lab74.4907-26.133512.7400

#8bc49f color RGB value is (139,196,159).

#8bc49f hex color red value is 139, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8bc49f hue: 0.39 , saturation: 0.33 and the lightness value of 8bc49f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000100 10011111
Octal 213 304 237
Decimal 139 196 159
Hex 8B C4 9F

RGB Percentages of Color #8bc49f

%28.14
%39.68
%32.19

CMYK Percentages of Color #8bc49f

%29
%0
%19
%23

Triadic Colors of #8bc49f

#8bc49f #9f8bc4 #c49f8b

Analogous Colors of #8bc49f

#8bc49f #8bc4bc #94c48b

Monochromatic Colors of #8bc49f

#8bc49f

Complementary Color

#8bc49f #c48bb0

#8bc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc49f Color CSS Codes

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

#8bc49f Text Font Color

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

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


#8bc49f Background Color

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

This div background color is #8bc49f


#8bc49f Border Color

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

This div border color is #8bc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc49f


Comments

No comments written yet.

Please login to write comment.