Color Hex Logo

#bcbb8d Color Hex

#BCBB8D
(188,187,141)
0 Favorites   0 Comments

Color spaces of #bcbb8d

RGB 188187141
HSL0.160.260.65
HSV59°25°74°
CMYK 0.000.010.25   0.26
XYZ43.317148.155132.2111
Yxy48.15510.35020.3893
Hunter Lab69.3939-10.015921.0546
CIE-Lab74.9227-7.129923.4995

#bcbb8d color RGB value is (188,187,141).

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

The process color (four color CMYK) of #bcbb8d color hex is 0.00, 0.01, 0.25, 0.26. Web safe color of #bcbb8d is #cccc99. Color #bcbb8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10001101
Octal 274 273 215
Decimal 188 187 141
Hex BC BB 8D

RGB Percentages of Color #bcbb8d

%36.43
%36.24
%27.33

CMYK Percentages of Color #bcbb8d

%0
%1
%25
%26

Triadic Colors of #bcbb8d

#bcbb8d #8dbcbb #bb8dbc

Analogous Colors of #bcbb8d

#bcbb8d #a6bc8d #bca48d

Monochromatic Colors of #bcbb8d

#bcbb8d

Complementary Color

#bcbb8d #8d8ebc

#bcbb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbb8d Color CSS Codes

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

#bcbb8d Text Font Color

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

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


#bcbb8d Background Color

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

This div background color is #bcbb8d


#bcbb8d Border Color

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

This div border color is #bcbb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbb8d


Comments

No comments written yet.

Please login to write comment.