Color Hex Logo

#8bc56a Color Hex

#8BC56A
(139,197,106)
0 Favorites   0 Comments

Color spaces of #8bc56a

RGB 139197106
HSL0.270.440.59
HSV98°46°77°
CMYK 0.290.000.46   0.23
XYZ33.215246.462120.8531
Yxy46.46210.33040.4622
Hunter Lab68.1631-32.304229.5756
CIE-Lab73.8444-35.076439.6207

#8bc56a color RGB value is (139,197,106).

#8bc56a hex color red value is 139, green value is 197 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8bc56a hue: 0.27 , saturation: 0.44 and the lightness value of 8bc56a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000101 01101010
Octal 213 305 152
Decimal 139 197 106
Hex 8B C5 6A

RGB Percentages of Color #8bc56a

%31.45
%44.57
%23.98

CMYK Percentages of Color #8bc56a

%29
%0
%46
%23

Triadic Colors of #8bc56a

#8bc56a #6a8bc5 #c56a8b

Analogous Colors of #8bc56a

#8bc56a #6ac577 #b9c56a

Monochromatic Colors of #8bc56a

#8bc56a

Complementary Color

#8bc56a #a46ac5

#8bc56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc56a Color CSS Codes

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

#8bc56a Text Font Color

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

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


#8bc56a Background Color

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

This div background color is #8bc56a


#8bc56a Border Color

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

This div border color is #8bc56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc56a


Comments

No comments written yet.

Please login to write comment.