Color Hex Logo

#bdb66d Color Hex

#BDB66D
(189,182,109)
0 Favorites   0 Comments

Color spaces of #bdb66d

RGB 189182109
HSL0.150.380.58
HSV55°42°74°
CMYK 0.000.040.42   0.26
XYZ40.474545.378821.0938
Yxy45.37880.37850.4243
Hunter Lab67.3638-10.637628.5890
CIE-Lab73.1406-8.056637.9654

#bdb66d color RGB value is (189,182,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01101101
Octal 275 266 155
Decimal 189 182 109
Hex BD B6 6D

RGB Percentages of Color #bdb66d

%39.38
%37.92
%22.71

CMYK Percentages of Color #bdb66d

%0
%4
%42
%26

Triadic Colors of #bdb66d

#bdb66d #6dbdb6 #b66dbd

Analogous Colors of #bdb66d

#bdb66d #9cbd6d #bd8e6d

Monochromatic Colors of #bdb66d

#bdb66d

Complementary Color

#bdb66d #6d74bd

#bdb66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb66d Color CSS Codes

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

#bdb66d Text Font Color

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

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


#bdb66d Background Color

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

This div background color is #bdb66d


#bdb66d Border Color

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

This div border color is #bdb66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb66d


Comments

No comments written yet.

Please login to write comment.