Color Hex Logo

#bdb17e Color Hex

#BDB17E
(189,177,126)
0 Favorites   0 Comments

Color spaces of #bdb17e

RGB 189177126
HSL0.130.320.62
HSV49°33°74°
CMYK 0.000.060.33   0.26
XYZ40.474343.769526.0538
Yxy43.76950.36700.3968
Hunter Lab66.1585-6.575122.9620
CIE-Lab72.0742-3.460427.6867

#bdb17e color RGB value is (189,177,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 01111110
Octal 275 261 176
Decimal 189 177 126
Hex BD B1 7E

RGB Percentages of Color #bdb17e

%38.41
%35.98
%25.61

CMYK Percentages of Color #bdb17e

%0
%6
%33
%26

Triadic Colors of #bdb17e

#bdb17e #7ebdb1 #b17ebd

Analogous Colors of #bdb17e

#bdb17e #aabd7e #bd927e

Monochromatic Colors of #bdb17e

#bdb17e

Complementary Color

#bdb17e #7e8abd

#bdb17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb17e Color CSS Codes

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

#bdb17e Text Font Color

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

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


#bdb17e Background Color

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

This div background color is #bdb17e


#bdb17e Border Color

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

This div border color is #bdb17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb17e


Comments

No comments written yet.

Please login to write comment.