Color Hex Logo

#bdb77f Color Hex

#BDB77F
(189,183,127)
0 Favorites   0 Comments

Color spaces of #bdb77f

RGB 189183127
HSL0.150.320.62
HSV54°33°74°
CMYK 0.000.030.33   0.26
XYZ41.750546.218126.7992
Yxy46.21810.36380.4027
Hunter Lab67.9839-9.350824.2167
CIE-Lab73.6868-6.498829.2941

#bdb77f color RGB value is (189,183,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01111111
Octal 275 267 177
Decimal 189 183 127
Hex BD B7 7F

RGB Percentages of Color #bdb77f

%37.88
%36.67
%25.45

CMYK Percentages of Color #bdb77f

%0
%3
%33
%26

Triadic Colors of #bdb77f

#bdb77f #7fbdb7 #b77fbd

Analogous Colors of #bdb77f

#bdb77f #a4bd7f #bd987f

Monochromatic Colors of #bdb77f

#bdb77f

Complementary Color

#bdb77f #7f85bd

#bdb77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb77f Color CSS Codes

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

#bdb77f Text Font Color

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

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


#bdb77f Background Color

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

This div background color is #bdb77f


#bdb77f Border Color

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

This div border color is #bdb77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb77f


Comments

No comments written yet.

Please login to write comment.