Color Hex Logo

#bbbd8a Color Hex

#BBBD8A
(187,189,138)
0 Favorites   0 Comments

Color spaces of #bbbd8a

RGB 187189138
HSL0.170.280.64
HSV62°27°74°
CMYK 0.010.000.27   0.26
XYZ43.278648.795031.1821
Yxy48.79500.35110.3959
Hunter Lab69.8534-11.651522.4307
CIE-Lab75.3236-8.972225.6253

#bbbd8a color RGB value is (187,189,138).

#bbbd8a hex color red value is 187, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbbd8a hue: 0.17 , saturation: 0.28 and the lightness value of bbbd8a is 0.64.

The process color (four color CMYK) of #bbbd8a color hex is 0.01, 0.00, 0.27, 0.26. Web safe color of #bbbd8a is #cccc99. Color #bbbd8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10001010
Octal 273 275 212
Decimal 187 189 138
Hex BB BD 8A

RGB Percentages of Color #bbbd8a

%36.38
%36.77
%26.85

CMYK Percentages of Color #bbbd8a

%1
%0
%27
%26

Triadic Colors of #bbbd8a

#bbbd8a #8abbbd #bd8abb

Analogous Colors of #bbbd8a

#bbbd8a #a2bd8a #bda68a

Monochromatic Colors of #bbbd8a

#bbbd8a

Complementary Color

#bbbd8a #8c8abd

#bbbd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbd8a Color CSS Codes

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

#bbbd8a Text Font Color

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

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


#bbbd8a Background Color

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

This div background color is #bbbd8a


#bbbd8a Border Color

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

This div border color is #bbbd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbd8a


Comments

No comments written yet.

Please login to write comment.