Color Hex Logo

#bdb77b Color Hex

#BDB77B
(189,183,123)
0 Favorites   0 Comments

Color spaces of #bdb77b

RGB 189183123
HSL0.150.330.61
HSV55°35°74°
CMYK 0.000.030.35   0.26
XYZ41.494946.115825.4531
Yxy46.11580.36700.4079
Hunter Lab67.9086-9.769425.3133
CIE-Lab73.6206-6.990631.3147

#bdb77b color RGB value is (189,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01111011
Octal 275 267 173
Decimal 189 183 123
Hex BD B7 7B

RGB Percentages of Color #bdb77b

%38.18
%36.97
%24.85

CMYK Percentages of Color #bdb77b

%0
%3
%35
%26

Triadic Colors of #bdb77b

#bdb77b #7bbdb7 #b77bbd

Analogous Colors of #bdb77b

#bdb77b #a2bd7b #bd967b

Monochromatic Colors of #bdb77b

#bdb77b

Complementary Color

#bdb77b #7b81bd

#bdb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb77b Color CSS Codes

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

#bdb77b Text Font Color

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

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


#bdb77b Background Color

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

This div background color is #bdb77b


#bdb77b Border Color

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

This div border color is #bdb77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb77b


Comments

No comments written yet.

Please login to write comment.