Color Hex Logo

#bdb67c Color Hex

#BDB67C
(189,182,124)
0 Favorites   0 Comments

Color spaces of #bdb67c

RGB 189182124
HSL0.150.330.61
HSV54°34°74°
CMYK 0.000.040.34   0.26
XYZ41.352345.730025.7160
Yxy45.73000.36660.4054
Hunter Lab67.6240-9.188524.7900
CIE-Lab73.3700-6.345330.4598

#bdb67c color RGB value is (189,182,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01111100
Octal 275 266 174
Decimal 189 182 124
Hex BD B6 7C

RGB Percentages of Color #bdb67c

%38.18
%36.77
%25.05

CMYK Percentages of Color #bdb67c

%0
%4
%34
%26

Triadic Colors of #bdb67c

#bdb67c #7cbdb6 #b67cbd

Analogous Colors of #bdb67c

#bdb67c #a4bd7c #bd967c

Monochromatic Colors of #bdb67c

#bdb67c

Complementary Color

#bdb67c #7c83bd

#bdb67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb67c Color CSS Codes

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

#bdb67c Text Font Color

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

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


#bdb67c Background Color

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

This div background color is #bdb67c


#bdb67c Border Color

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

This div border color is #bdb67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb67c

#bdb67c Color Palettes


Comments

No comments written yet.

Please login to write comment.