Color Hex Logo

#8bb26b Color Hex

#8BB26B
(139,178,107)
0 Favorites   0 Comments

Color spaces of #8bb26b

RGB 139178107
HSL0.260.320.56
HSV93°40°70°
CMYK 0.220.000.40   0.30
XYZ29.221738.391319.7800
Yxy38.39130.33440.4393
Hunter Lab61.9607-24.247724.4451
CIE-Lab68.3080-25.934032.0877

#8bb26b color RGB value is (139,178,107).

#8bb26b hex color red value is 139, green value is 178 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #8bb26b hue: 0.26 , saturation: 0.32 and the lightness value of 8bb26b is 0.56.

The process color (four color CMYK) of #8bb26b color hex is 0.22, 0.00, 0.40, 0.30. Web safe color of #8bb26b is #999966. Color #8bb26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110010 01101011
Octal 213 262 153
Decimal 139 178 107
Hex 8B B2 6B

RGB Percentages of Color #8bb26b

%32.78
%41.98
%25.24

CMYK Percentages of Color #8bb26b

%22
%0
%40
%30

Triadic Colors of #8bb26b

#8bb26b #6b8bb2 #b26b8b

Analogous Colors of #8bb26b

#8bb26b #6bb26f #afb26b

Monochromatic Colors of #8bb26b

#8bb26b

Complementary Color

#8bb26b #926bb2

#8bb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb26b Color CSS Codes

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

#8bb26b Text Font Color

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

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


#8bb26b Background Color

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

This div background color is #8bb26b


#8bb26b Border Color

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

This div border color is #8bb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb26b


Comments

No comments written yet.

Please login to write comment.