Color Hex Logo

#bdb76d Color Hex

#BDB76D
(189,183,109)
0 Favorites   0 Comments

Color spaces of #bdb76d

RGB 189183109
HSL0.150.380.58
HSV56°42°74°
CMYK 0.000.030.42   0.26
XYZ40.680145.789921.1623
Yxy45.78990.37800.4254
Hunter Lab67.6682-11.110628.8256
CIE-Lab73.4090-8.577638.3030

#bdb76d color RGB value is (189,183,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01101101
Octal 275 267 155
Decimal 189 183 109
Hex BD B7 6D

RGB Percentages of Color #bdb76d

%39.29
%38.05
%22.66

CMYK Percentages of Color #bdb76d

%0
%3
%42
%26

Triadic Colors of #bdb76d

#bdb76d #6dbdb7 #b76dbd

Analogous Colors of #bdb76d

#bdb76d #9bbd6d #bd8f6d

Monochromatic Colors of #bdb76d

#bdb76d

Complementary Color

#bdb76d #6d73bd

#bdb76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb76d Color CSS Codes

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

#bdb76d Text Font Color

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

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


#bdb76d Background Color

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

This div background color is #bdb76d


#bdb76d Border Color

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

This div border color is #bdb76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb76d


Comments

No comments written yet.

Please login to write comment.