Color Hex Logo

#bdb59f Color Hex

#BDB59F
(189,181,159)
0 Favorites   0 Comments

Color spaces of #bdb59f

RGB 189181159
HSL0.120.190.68
HSV44°16°74°
CMYK 0.000.040.16   0.26
XYZ43.768146.369839.4443
Yxy46.36980.33780.3578
Hunter Lab68.0954-4.436613.3230
CIE-Lab73.7849-0.894812.2282

#bdb59f color RGB value is (189,181,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10011111
Octal 275 265 237
Decimal 189 181 159
Hex BD B5 9F

RGB Percentages of Color #bdb59f

%35.73
%34.22
%30.06

CMYK Percentages of Color #bdb59f

%0
%4
%16
%26

Triadic Colors of #bdb59f

#bdb59f #9fbdb5 #b59fbd

Analogous Colors of #bdb59f

#bdb59f #b6bd9f #bda69f

Monochromatic Colors of #bdb59f

#bdb59f

Complementary Color

#bdb59f #9fa7bd

#bdb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb59f Color CSS Codes

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

#bdb59f Text Font Color

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

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


#bdb59f Background Color

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

This div background color is #bdb59f


#bdb59f Border Color

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

This div border color is #bdb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb59f

#bdb59f Color Palettes


Comments

No comments written yet.

Please login to write comment.