Color Hex Logo

#bbb88d Color Hex

#BBB88D
(187,184,141)
0 Favorites   0 Comments

Color spaces of #bbb88d

RGB 187184141
HSL0.160.250.64
HSV56°25°73°
CMYK 0.000.020.25   0.27
XYZ42.441746.768931.9897
Yxy46.76890.35020.3859
Hunter Lab68.3878-8.900920.1374
CIE-Lab74.0417-5.942422.2867

#bbb88d color RGB value is (187,184,141).

#bbb88d hex color red value is 187, green value is 184 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbb88d hue: 0.16 , saturation: 0.25 and the lightness value of bbb88d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 10001101
Octal 273 270 215
Decimal 187 184 141
Hex BB B8 8D

RGB Percentages of Color #bbb88d

%36.52
%35.94
%27.54

CMYK Percentages of Color #bbb88d

%0
%2
%25
%27

Triadic Colors of #bbb88d

#bbb88d #8dbbb8 #b88dbb

Analogous Colors of #bbb88d

#bbb88d #a7bb8d #bba18d

Monochromatic Colors of #bbb88d

#bbb88d

Complementary Color

#bbb88d #8d90bb

#bbb88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb88d Color CSS Codes

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

#bbb88d Text Font Color

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

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


#bbb88d Background Color

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

This div background color is #bbb88d


#bbb88d Border Color

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

This div border color is #bbb88d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,184,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 #bbb88d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb88d


Comments

No comments written yet.

Please login to write comment.