Color Hex Logo

#bdbd9e Color Hex

#BDBD9E
(189,189,158)
0 Favorites   0 Comments

Color spaces of #bdbd9e

RGB 189189158
HSL0.170.190.68
HSV60°16°74°
CMYK 0.000.000.16   0.26
XYZ45.355449.682639.5470
Yxy49.68260.33700.3692
Hunter Lab70.4859-8.491316.0747
CIE-Lab75.8740-5.287615.7066

#bdbd9e color RGB value is (189,189,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 10011110
Octal 275 275 236
Decimal 189 189 158
Hex BD BD 9E

RGB Percentages of Color #bdbd9e

%35.26
%35.26
%29.48

CMYK Percentages of Color #bdbd9e

%0
%0
%16
%26

Triadic Colors of #bdbd9e

#bdbd9e #9ebdbd #bd9ebd

Analogous Colors of #bdbd9e

#bdbd9e #aebd9e #bdae9e

Monochromatic Colors of #bdbd9e

#bdbd9e

Complementary Color

#bdbd9e #9e9ebd

#bdbd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd9e Color CSS Codes

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

#bdbd9e Text Font Color

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

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


#bdbd9e Background Color

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

This div background color is #bdbd9e


#bdbd9e Border Color

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

This div border color is #bdbd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd9e


Comments

No comments written yet.

Please login to write comment.