Color Hex Logo

#bdb384 Color Hex

#BDB384
(189,179,132)
0 Favorites   0 Comments

Color spaces of #bdb384

RGB 189179132
HSL0.140.300.63
HSV49°30°74°
CMYK 0.000.050.30   0.26
XYZ41.271244.725028.2873
Yxy44.72500.36110.3914
Hunter Lab66.8768-6.877821.7354
CIE-Lab72.7104-3.750325.3325

#bdb384 color RGB value is (189,179,132).

#bdb384 hex color red value is 189, green value is 179 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bdb384 hue: 0.14 , saturation: 0.30 and the lightness value of bdb384 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 10000100
Octal 275 263 204
Decimal 189 179 132
Hex BD B3 84

RGB Percentages of Color #bdb384

%37.80
%35.80
%26.40

CMYK Percentages of Color #bdb384

%0
%5
%30
%26

Triadic Colors of #bdb384

#bdb384 #84bdb3 #b384bd

Analogous Colors of #bdb384

#bdb384 #abbd84 #bd9784

Monochromatic Colors of #bdb384

#bdb384

Complementary Color

#bdb384 #848ebd

#bdb384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb384 Color CSS Codes

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

#bdb384 Text Font Color

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

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


#bdb384 Background Color

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

This div background color is #bdb384


#bdb384 Border Color

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

This div border color is #bdb384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb384


Comments

No comments written yet.

Please login to write comment.