Color Hex Logo

#bdb49f Color Hex

#BDB49F
(189,180,159)
0 Favorites   0 Comments

Color spaces of #bdb49f

RGB 189180159
HSL0.120.190.68
HSV42°16°74°
CMYK 0.000.050.16   0.26
XYZ43.565545.964539.3768
Yxy45.96450.33800.3566
Hunter Lab67.7971-3.943313.0222
CIE-Lab73.5225-0.360611.8572

#bdb49f color RGB value is (189,180,159).

#bdb49f hex color red value is 189, green value is 180 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdb49f hue: 0.12 , saturation: 0.19 and the lightness value of bdb49f is 0.68.

The process color (four color CMYK) of #bdb49f color hex is 0.00, 0.05, 0.16, 0.26. Web safe color of #bdb49f is #cccc99. Color #bdb49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10011111
Octal 275 264 237
Decimal 189 180 159
Hex BD B4 9F

RGB Percentages of Color #bdb49f

%35.80
%34.09
%30.11

CMYK Percentages of Color #bdb49f

%0
%5
%16
%26

Triadic Colors of #bdb49f

#bdb49f #9fbdb4 #b49fbd

Analogous Colors of #bdb49f

#bdb49f #b7bd9f #bda59f

Monochromatic Colors of #bdb49f

#bdb49f

Complementary Color

#bdb49f #9fa8bd

#bdb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb49f Color CSS Codes

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

#bdb49f Text Font Color

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

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


#bdb49f Background Color

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

This div background color is #bdb49f


#bdb49f Border Color

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

This div border color is #bdb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb49f


Comments

No comments written yet.

Please login to write comment.