Color Hex Logo

#bdb09f Color Hex

#BDB09F
(189,176,159)
0 Favorites   0 Comments

Color spaces of #bdb09f

RGB 189176159
HSL0.090.190.68
HSV34°16°74°
CMYK 0.000.070.16   0.26
XYZ42.769644.372739.1115
Yxy44.37270.33880.3515
Hunter Lab66.6128-1.964311.8171
CIE-Lab72.47691.784110.3752

#bdb09f color RGB value is (189,176,159).

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

The process color (four color CMYK) of #bdb09f color hex is 0.00, 0.07, 0.16, 0.26. Web safe color of #bdb09f is #cc9999. Color #bdb09f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 10011111
Octal 275 260 237
Decimal 189 176 159
Hex BD B0 9F

RGB Percentages of Color #bdb09f

%36.07
%33.59
%30.34

CMYK Percentages of Color #bdb09f

%0
%7
%16
%26

Triadic Colors of #bdb09f

#bdb09f #9fbdb0 #b09fbd

Analogous Colors of #bdb09f

#bdb09f #bbbd9f #bda19f

Monochromatic Colors of #bdb09f

#bdb09f

Complementary Color

#bdb09f #9facbd

#bdb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb09f Color CSS Codes

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

#bdb09f Text Font Color

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

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


#bdb09f Background Color

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

This div background color is #bdb09f


#bdb09f Border Color

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

This div border color is #bdb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb09f


Comments

No comments written yet.

Please login to write comment.