Color Hex Logo

#bcbd99 Color Hex

#BCBD99
(188,189,153)
0 Favorites   0 Comments

Color spaces of #bcbd99

RGB 188189153
HSL0.170.210.67
HSV62°19°74°
CMYK 0.010.000.19   0.26
XYZ44.686449.386537.3143
Yxy49.38650.34010.3759
Hunter Lab70.2755-9.478617.7116
CIE-Lab75.6911-6.430018.1289

#bcbd99 color RGB value is (188,189,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10011001
Octal 274 275 231
Decimal 188 189 153
Hex BC BD 99

RGB Percentages of Color #bcbd99

%35.47
%35.66
%28.87

CMYK Percentages of Color #bcbd99

%1
%0
%19
%26

Triadic Colors of #bcbd99

#bcbd99 #99bcbd #bd99bc

Analogous Colors of #bcbd99

#bcbd99 #aabd99 #bdac99

Monochromatic Colors of #bcbd99

#bcbd99

Complementary Color

#bcbd99 #9a99bd

#bcbd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd99 Color CSS Codes

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

#bcbd99 Text Font Color

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

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


#bcbd99 Background Color

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

This div background color is #bcbd99


#bcbd99 Border Color

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

This div border color is #bcbd99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,189,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd99


Comments

No comments written yet.

Please login to write comment.