Color Hex Logo

#bdb57b Color Hex

#BDB57B
(189,181,123)
0 Favorites   0 Comments

Color spaces of #bdb57b

RGB 189181123
HSL0.150.330.61
HSV53°35°74°
CMYK 0.000.040.35   0.26
XYZ41.085345.296625.3166
Yxy45.29660.36780.4055
Hunter Lab67.3027-8.813624.8094
CIE-Lab73.0868-5.941730.6149

#bdb57b color RGB value is (189,181,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01111011
Octal 275 265 173
Decimal 189 181 123
Hex BD B5 7B

RGB Percentages of Color #bdb57b

%38.34
%36.71
%24.95

CMYK Percentages of Color #bdb57b

%0
%4
%35
%26

Triadic Colors of #bdb57b

#bdb57b #7bbdb5 #b57bbd

Analogous Colors of #bdb57b

#bdb57b #a4bd7b #bd947b

Monochromatic Colors of #bdb57b

#bdb57b

Complementary Color

#bdb57b #7b83bd

#bdb57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb57b Color CSS Codes

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

#bdb57b Text Font Color

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

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


#bdb57b Background Color

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

This div background color is #bdb57b


#bdb57b Border Color

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

This div border color is #bdb57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb57b


Comments

No comments written yet.

Please login to write comment.