Color Hex Logo

#bdb66f Color Hex

#BDB66F
(189,182,111)
0 Favorites   0 Comments

Color spaces of #bdb66f

RGB 189182111
HSL0.150.370.59
HSV55°41°74°
CMYK 0.000.040.41   0.26
XYZ40.583545.422421.6674
Yxy45.42240.37690.4219
Hunter Lab67.3961-10.457128.1160
CIE-Lab73.1692-7.842336.9751

#bdb66f color RGB value is (189,182,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01101111
Octal 275 266 157
Decimal 189 182 111
Hex BD B6 6F

RGB Percentages of Color #bdb66f

%39.21
%37.76
%23.03

CMYK Percentages of Color #bdb66f

%0
%4
%41
%26

Triadic Colors of #bdb66f

#bdb66f #6fbdb6 #b66fbd

Analogous Colors of #bdb66f

#bdb66f #9dbd6f #bd8f6f

Monochromatic Colors of #bdb66f

#bdb66f

Complementary Color

#bdb66f #6f76bd

#bdb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb66f Color CSS Codes

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

#bdb66f Text Font Color

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

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


#bdb66f Background Color

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

This div background color is #bdb66f


#bdb66f Border Color

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

This div border color is #bdb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb66f


Comments

No comments written yet.

Please login to write comment.