Color Hex Logo

#b0bb93 Color Hex

#B0BB93
(176,187,147)
0 Favorites   0 Comments

Color spaces of #b0bb93

RGB 176187147
HSL0.210.230.65
HSV77°21°73°
CMYK 0.060.000.21   0.27
XYZ40.941346.877334.4942
Yxy46.87730.33470.3833
Hunter Lab68.4670-13.079418.0561
CIE-Lab74.1112-10.799619.0235

#b0bb93 color RGB value is (176,187,147).

#b0bb93 hex color red value is 176, green value is 187 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b0bb93 hue: 0.21 , saturation: 0.23 and the lightness value of b0bb93 is 0.65.

The process color (four color CMYK) of #b0bb93 color hex is 0.06, 0.00, 0.21, 0.27. Web safe color of #b0bb93 is #99cc99. Color #b0bb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 10010011
Octal 260 273 223
Decimal 176 187 147
Hex B0 BB 93

RGB Percentages of Color #b0bb93

%34.51
%36.67
%28.82

CMYK Percentages of Color #b0bb93

%6
%0
%21
%27

Triadic Colors of #b0bb93

#b0bb93 #93b0bb #bb93b0

Analogous Colors of #b0bb93

#b0bb93 #9cbb93 #bbb293

Monochromatic Colors of #b0bb93

#b0bb93

Complementary Color

#b0bb93 #9e93bb

#b0bb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bb93 Color CSS Codes

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

#b0bb93 Text Font Color

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

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


#b0bb93 Background Color

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

This div background color is #b0bb93


#b0bb93 Border Color

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

This div border color is #b0bb93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,187,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0bb93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0bb93;
  -webkit-box-shadow: 1px 1px 3px 2px #b0bb93;
  box-shadow:         1px 1px 3px 2px #b0bb93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bb93


Comments

No comments written yet.

Please login to write comment.