Color Hex Logo

#bdb36f Color Hex

#BDB36F
(189,179,111)
0 Favorites   0 Comments

Color spaces of #bdb36f

RGB 189179111
HSL0.150.370.59
HSV52°41°74°
CMYK 0.000.050.41   0.26
XYZ39.975644.206721.4647
Yxy44.20670.37840.4184
Hunter Lab66.4881-9.032127.4008
CIE-Lab72.3664-6.271635.9563

#bdb36f color RGB value is (189,179,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01101111
Octal 275 263 157
Decimal 189 179 111
Hex BD B3 6F

RGB Percentages of Color #bdb36f

%39.46
%37.37
%23.17

CMYK Percentages of Color #bdb36f

%0
%5
%41
%26

Triadic Colors of #bdb36f

#bdb36f #6fbdb3 #b36fbd

Analogous Colors of #bdb36f

#bdb36f #a0bd6f #bd8c6f

Monochromatic Colors of #bdb36f

#bdb36f

Complementary Color

#bdb36f #6f79bd

#bdb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb36f Color CSS Codes

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

#bdb36f Text Font Color

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

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


#bdb36f Background Color

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

This div background color is #bdb36f


#bdb36f Border Color

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

This div border color is #bdb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb36f


Comments

No comments written yet.

Please login to write comment.