Color Hex Logo

#bdb47b Color Hex

#BDB47B
(189,180,123)
0 Favorites   0 Comments

Color spaces of #bdb47b

RGB 189180123
HSL0.140.330.61
HSV52°35°74°
CMYK 0.000.050.35   0.26
XYZ40.882744.891425.2490
Yxy44.89140.36820.4043
Hunter Lab67.0010-8.334724.5576
CIE-Lab72.8203-5.415730.2651

#bdb47b color RGB value is (189,180,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01111011
Octal 275 264 173
Decimal 189 180 123
Hex BD B4 7B

RGB Percentages of Color #bdb47b

%38.41
%36.59
%25.00

CMYK Percentages of Color #bdb47b

%0
%5
%35
%26

Triadic Colors of #bdb47b

#bdb47b #7bbdb4 #b47bbd

Analogous Colors of #bdb47b

#bdb47b #a5bd7b #bd937b

Monochromatic Colors of #bdb47b

#bdb47b

Complementary Color

#bdb47b #7b84bd

#bdb47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb47b Color CSS Codes

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

#bdb47b Text Font Color

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

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


#bdb47b Background Color

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

This div background color is #bdb47b


#bdb47b Border Color

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

This div border color is #bdb47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb47b


Comments

No comments written yet.

Please login to write comment.