Color Hex Logo

#bdb17f Color Hex

#BDB17F
(189,177,127)
0 Favorites   0 Comments

Color spaces of #bdb17f

RGB 189177127
HSL0.130.320.62
HSV48°33°74°
CMYK 0.000.060.33   0.26
XYZ40.539243.795426.3954
Yxy43.79540.36610.3955
Hunter Lab66.1781-6.466622.6766
CIE-Lab72.0915-3.334427.1763

#bdb17f color RGB value is (189,177,127).

#bdb17f hex color red value is 189, green value is 177 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdb17f hue: 0.13 , saturation: 0.32 and the lightness value of bdb17f is 0.62.

The process color (four color CMYK) of #bdb17f color hex is 0.00, 0.06, 0.33, 0.26. Web safe color of #bdb17f is #cc9966. Color #bdb17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 01111111
Octal 275 261 177
Decimal 189 177 127
Hex BD B1 7F

RGB Percentages of Color #bdb17f

%38.34
%35.90
%25.76

CMYK Percentages of Color #bdb17f

%0
%6
%33
%26

Triadic Colors of #bdb17f

#bdb17f #7fbdb1 #b17fbd

Analogous Colors of #bdb17f

#bdb17f #aabd7f #bd927f

Monochromatic Colors of #bdb17f

#bdb17f

Complementary Color

#bdb17f #7f8bbd

#bdb17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb17f Color CSS Codes

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

#bdb17f Text Font Color

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

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


#bdb17f Background Color

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

This div background color is #bdb17f


#bdb17f Border Color

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

This div border color is #bdb17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb17f


Comments

No comments written yet.

Please login to write comment.