Color Hex Logo

#8bb35b Color Hex

#8BB35B
(139,179,91)
0 Favorites   0 Comments

Color spaces of #8bb35b

RGB 13917991
HSL0.240.370.53
HSV87°49°70°
CMYK 0.220.000.49   0.30
XYZ28.655938.484515.8155
Yxy38.48450.34540.4639
Hunter Lab62.0359-26.109228.3097
CIE-Lab68.3762-28.420140.3435

#8bb35b color RGB value is (139,179,91).

#8bb35b hex color red value is 139, green value is 179 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #8bb35b hue: 0.24 , saturation: 0.37 and the lightness value of 8bb35b is 0.53.

The process color (four color CMYK) of #8bb35b color hex is 0.22, 0.00, 0.49, 0.30. Web safe color of #8bb35b is #99cc66. Color #8bb35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110011 01011011
Octal 213 263 133
Decimal 139 179 91
Hex 8B B3 5B

RGB Percentages of Color #8bb35b

%33.99
%43.77
%22.25

CMYK Percentages of Color #8bb35b

%22
%0
%49
%30

Triadic Colors of #8bb35b

#8bb35b #5b8bb3 #b35b8b

Analogous Colors of #8bb35b

#8bb35b #5fb35b #b3af5b

Monochromatic Colors of #8bb35b

#8bb35b

Complementary Color

#8bb35b #835bb3

#8bb35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb35b Color CSS Codes

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

#8bb35b Text Font Color

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

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


#8bb35b Background Color

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

This div background color is #8bb35b


#8bb35b Border Color

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

This div border color is #8bb35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb35b


Comments

No comments written yet.

Please login to write comment.