Color Hex Logo

#bdb67b Color Hex

#BDB67B
(189,182,123)
0 Favorites   0 Comments

Color spaces of #bdb67b

RGB 189182123
HSL0.150.330.61
HSV54°35°74°
CMYK 0.000.040.35   0.26
XYZ41.289445.704825.3846
Yxy45.70480.36740.4067
Hunter Lab67.6053-9.291925.0614
CIE-Lab73.3536-6.466730.9649

#bdb67b color RGB value is (189,182,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01111011
Octal 275 266 173
Decimal 189 182 123
Hex BD B6 7B

RGB Percentages of Color #bdb67b

%38.26
%36.84
%24.90

CMYK Percentages of Color #bdb67b

%0
%4
%35
%26

Triadic Colors of #bdb67b

#bdb67b #7bbdb6 #b67bbd

Analogous Colors of #bdb67b

#bdb67b #a3bd7b #bd957b

Monochromatic Colors of #bdb67b

#bdb67b

Complementary Color

#bdb67b #7b82bd

#bdb67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb67b Color CSS Codes

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

#bdb67b Text Font Color

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

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


#bdb67b Background Color

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

This div background color is #bdb67b


#bdb67b Border Color

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

This div border color is #bdb67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb67b


Comments

No comments written yet.

Please login to write comment.