Color Hex Logo

#8bbb81 Color Hex

#8BBB81
(139,187,129)
0 Favorites   0 Comments

Color spaces of #8bbb81

RGB 139187129
HSL0.300.300.62
HSV110°31°73°
CMYK 0.260.000.31   0.27
XYZ32.380242.614627.2877
Yxy42.61460.31660.4166
Hunter Lab65.2799-25.700020.9120
CIE-Lab71.2926-27.053624.4092

#8bbb81 color RGB value is (139,187,129).

#8bbb81 hex color red value is 139, green value is 187 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8bbb81 hue: 0.30 , saturation: 0.30 and the lightness value of 8bbb81 is 0.62.

The process color (four color CMYK) of #8bbb81 color hex is 0.26, 0.00, 0.31, 0.27. Web safe color of #8bbb81 is #99cc99. Color #8bbb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 10000001
Octal 213 273 201
Decimal 139 187 129
Hex 8B BB 81

RGB Percentages of Color #8bbb81

%30.55
%41.10
%28.35

CMYK Percentages of Color #8bbb81

%26
%0
%31
%27

Triadic Colors of #8bbb81

#8bbb81 #818bbb #bb818b

Analogous Colors of #8bbb81

#8bbb81 #81bb94 #a8bb81

Monochromatic Colors of #8bbb81

#8bbb81

Complementary Color

#8bbb81 #b181bb

#8bbb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbb81 Color CSS Codes

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

#8bbb81 Text Font Color

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

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


#8bbb81 Background Color

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

This div background color is #8bbb81


#8bbb81 Border Color

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

This div border color is #8bbb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbb81


Comments

No comments written yet.

Please login to write comment.