Color Hex Logo

#8bb58e Color Hex

#8BB58E
(139,181,142)
0 Favorites   0 Comments

Color spaces of #8bb58e

RGB 139181142
HSL0.350.220.63
HSV124°23°71°
CMYK 0.230.000.22   0.29
XYZ32.053840.489731.7171
Yxy40.48970.30740.3884
Hunter Lab63.6315-21.437414.9890
CIE-Lab69.8169-21.870215.3813

#8bb58e color RGB value is (139,181,142).

#8bb58e hex color red value is 139, green value is 181 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8bb58e hue: 0.35 , saturation: 0.22 and the lightness value of 8bb58e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110101 10001110
Octal 213 265 216
Decimal 139 181 142
Hex 8B B5 8E

RGB Percentages of Color #8bb58e

%30.09
%39.18
%30.74

CMYK Percentages of Color #8bb58e

%23
%0
%22
%29

Triadic Colors of #8bb58e

#8bb58e #8e8bb5 #b58e8b

Analogous Colors of #8bb58e

#8bb58e #8bb5a3 #9db58b

Monochromatic Colors of #8bb58e

#8bb58e

Complementary Color

#8bb58e #b58bb2

#8bb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb58e Color CSS Codes

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

#8bb58e Text Font Color

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

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


#8bb58e Background Color

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

This div background color is #8bb58e


#8bb58e Border Color

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

This div border color is #8bb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb58e


Comments

No comments written yet.

Please login to write comment.