Color Hex Logo

#bdba8d Color Hex

#BDBA8D
(189,186,141)
0 Favorites   0 Comments

Color spaces of #bdba8d

RGB 189186141
HSL0.160.270.65
HSV56°25°74°
CMYK 0.000.020.25   0.26
XYZ43.352947.859732.1522
Yxy47.85970.35140.3880
Hunter Lab69.1807-9.207120.8711
CIE-Lab74.7364-6.220923.2596

#bdba8d color RGB value is (189,186,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10001101
Octal 275 272 215
Decimal 189 186 141
Hex BD BA 8D

RGB Percentages of Color #bdba8d

%36.63
%36.05
%27.33

CMYK Percentages of Color #bdba8d

%0
%2
%25
%26

Triadic Colors of #bdba8d

#bdba8d #8dbdba #ba8dbd

Analogous Colors of #bdba8d

#bdba8d #a8bd8d #bda28d

Monochromatic Colors of #bdba8d

#bdba8d

Complementary Color

#bdba8d #8d90bd

#bdba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba8d Color CSS Codes

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

#bdba8d Text Font Color

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

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


#bdba8d Background Color

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

This div background color is #bdba8d


#bdba8d Border Color

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

This div border color is #bdba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba8d


Comments

No comments written yet.

Please login to write comment.