Color Hex Logo

#bdb66e Color Hex

#BDB66E
(189,182,110)
0 Favorites   0 Comments

Color spaces of #bdb66e

RGB 189182110
HSL0.150.370.59
HSV55°42°74°
CMYK 0.000.040.42   0.26
XYZ40.528745.400521.3789
Yxy45.40050.37770.4231
Hunter Lab67.3799-10.547928.3539
CIE-Lab73.1548-7.950037.4709

#bdb66e color RGB value is (189,182,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01101110
Octal 275 266 156
Decimal 189 182 110
Hex BD B6 6E

RGB Percentages of Color #bdb66e

%39.29
%37.84
%22.87

CMYK Percentages of Color #bdb66e

%0
%4
%42
%26

Triadic Colors of #bdb66e

#bdb66e #6ebdb6 #b66ebd

Analogous Colors of #bdb66e

#bdb66e #9dbd6e #bd8f6e

Monochromatic Colors of #bdb66e

#bdb66e

Complementary Color

#bdb66e #6e75bd

#bdb66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb66e Color CSS Codes

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

#bdb66e Text Font Color

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

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


#bdb66e Background Color

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

This div background color is #bdb66e


#bdb66e Border Color

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

This div border color is #bdb66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb66e


Comments

No comments written yet.

Please login to write comment.