Color Hex Logo

#bbb89d Color Hex

#BBB89D
(187,184,157)
0 Favorites   0 Comments

Color spaces of #bbb89d

RGB 187184157
HSL0.150.180.67
HSV54°16°73°
CMYK 0.000.020.16   0.27
XYZ43.719847.280138.7200
Yxy47.28010.33700.3645
Hunter Lab68.7605-6.835814.7454
CIE-Lab74.3686-3.553014.1127

#bbb89d color RGB value is (187,184,157).

#bbb89d hex color red value is 187, green value is 184 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbb89d hue: 0.15 , saturation: 0.18 and the lightness value of bbb89d is 0.67.

The process color (four color CMYK) of #bbb89d color hex is 0.00, 0.02, 0.16, 0.27. Web safe color of #bbb89d is #cccc99. Color #bbb89d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 10011101
Octal 273 270 235
Decimal 187 184 157
Hex BB B8 9D

RGB Percentages of Color #bbb89d

%35.42
%34.85
%29.73

CMYK Percentages of Color #bbb89d

%0
%2
%16
%27

Triadic Colors of #bbb89d

#bbb89d #9dbbb8 #b89dbb

Analogous Colors of #bbb89d

#bbb89d #afbb9d #bba99d

Monochromatic Colors of #bbb89d

#bbb89d

Complementary Color

#bbb89d #9da0bb

#bbb89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb89d Color CSS Codes

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

#bbb89d Text Font Color

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

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


#bbb89d Background Color

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

This div background color is #bbb89d


#bbb89d Border Color

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

This div border color is #bbb89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb89d


Comments

No comments written yet.

Please login to write comment.