Color Hex Logo

#bbbf8d Color Hex

#BBBF8D
(187,191,141)
0 Favorites   0 Comments

Color spaces of #bbbf8d

RGB 187191141
HSL0.180.280.65
HSV65°26°75°
CMYK 0.020.000.26   0.25
XYZ43.932049.749532.4864
Yxy49.74950.34820.3943
Hunter Lab70.5333-12.253822.0654
CIE-Lab75.9152-9.596224.8323

#bbbf8d color RGB value is (187,191,141).

#bbbf8d hex color red value is 187, green value is 191 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbbf8d hue: 0.18 , saturation: 0.28 and the lightness value of bbbf8d is 0.65.

The process color (four color CMYK) of #bbbf8d color hex is 0.02, 0.00, 0.26, 0.25. Web safe color of #bbbf8d is #cccc99. Color #bbbf8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10001101
Octal 273 277 215
Decimal 187 191 141
Hex BB BF 8D

RGB Percentages of Color #bbbf8d

%36.03
%36.80
%27.17

CMYK Percentages of Color #bbbf8d

%2
%0
%26
%25

Triadic Colors of #bbbf8d

#bbbf8d #8dbbbf #bf8dbb

Analogous Colors of #bbbf8d

#bbbf8d #a2bf8d #bfaa8d

Monochromatic Colors of #bbbf8d

#bbbf8d

Complementary Color

#bbbf8d #918dbf

#bbbf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf8d Color CSS Codes

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

#bbbf8d Text Font Color

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

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


#bbbf8d Background Color

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

This div background color is #bbbf8d


#bbbf8d Border Color

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

This div border color is #bbbf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf8d


Comments

No comments written yet.

Please login to write comment.