Color Hex Logo

#bdb47e Color Hex

#BDB47E
(189,180,126)
0 Favorites   0 Comments

Color spaces of #bdb47e

RGB 189180126
HSL0.140.320.62
HSV51°33°74°
CMYK 0.000.050.33   0.26
XYZ41.073444.967726.2535
Yxy44.96770.36580.4004
Hunter Lab67.0580-8.019123.7283
CIE-Lab72.8706-5.046528.7435

#bdb47e color RGB value is (189,180,126).

#bdb47e hex color red value is 189, green value is 180 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdb47e hue: 0.14 , saturation: 0.32 and the lightness value of bdb47e is 0.62.

The process color (four color CMYK) of #bdb47e color hex is 0.00, 0.05, 0.33, 0.26. Web safe color of #bdb47e is #cccc66. Color #bdb47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01111110
Octal 275 264 176
Decimal 189 180 126
Hex BD B4 7E

RGB Percentages of Color #bdb47e

%38.18
%36.36
%25.45

CMYK Percentages of Color #bdb47e

%0
%5
%33
%26

Triadic Colors of #bdb47e

#bdb47e #7ebdb4 #b47ebd

Analogous Colors of #bdb47e

#bdb47e #a7bd7e #bd957e

Monochromatic Colors of #bdb47e

#bdb47e

Complementary Color

#bdb47e #7e87bd

#bdb47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb47e Color CSS Codes

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

#bdb47e Text Font Color

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

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


#bdb47e Background Color

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

This div background color is #bdb47e


#bdb47e Border Color

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

This div border color is #bdb47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb47e


Comments

No comments written yet.

Please login to write comment.