Color Hex Logo

#bcbd9d Color Hex

#BCBD9D
(188,189,157)
0 Favorites   0 Comments

Color spaces of #bcbd9d

RGB 188189157
HSL0.170.200.68
HSV62°17°74°
CMYK 0.010.000.17   0.26
XYZ45.022449.520939.0838
Yxy49.52090.33690.3706
Hunter Lab70.3711-8.947716.3304
CIE-Lab75.7742-5.816116.0939

#bcbd9d color RGB value is (188,189,157).

#bcbd9d hex color red value is 188, green value is 189 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcbd9d hue: 0.17 , saturation: 0.20 and the lightness value of bcbd9d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10011101
Octal 274 275 235
Decimal 188 189 157
Hex BC BD 9D

RGB Percentages of Color #bcbd9d

%35.21
%35.39
%29.40

CMYK Percentages of Color #bcbd9d

%1
%0
%17
%26

Triadic Colors of #bcbd9d

#bcbd9d #9dbcbd #bd9dbc

Analogous Colors of #bcbd9d

#bcbd9d #acbd9d #bdae9d

Monochromatic Colors of #bcbd9d

#bcbd9d

Complementary Color

#bcbd9d #9e9dbd

#bcbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd9d Color CSS Codes

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

#bcbd9d Text Font Color

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

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


#bcbd9d Background Color

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

This div background color is #bcbd9d


#bcbd9d Border Color

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

This div border color is #bcbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd9d


Comments

No comments written yet.

Please login to write comment.