Color Hex Logo

#bdba7e Color Hex

#BDBA7E
(189,186,126)
0 Favorites   0 Comments

Color spaces of #bdba7e

RGB 189186126
HSL0.160.320.62
HSV57°33°74°
CMYK 0.000.020.33   0.26
XYZ42.311147.443026.6660
Yxy47.44300.36340.4075
Hunter Lab68.8789-10.888625.2615
CIE-Lab74.4722-8.190630.8563

#bdba7e color RGB value is (189,186,126).

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

The process color (four color CMYK) of #bdba7e color hex is 0.00, 0.02, 0.33, 0.26. Web safe color of #bdba7e is #cccc66. Color #bdba7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 01111110
Octal 275 272 176
Decimal 189 186 126
Hex BD BA 7E

RGB Percentages of Color #bdba7e

%37.72
%37.13
%25.15

CMYK Percentages of Color #bdba7e

%0
%2
%33
%26

Triadic Colors of #bdba7e

#bdba7e #7ebdba #ba7ebd

Analogous Colors of #bdba7e

#bdba7e #a1bd7e #bd9b7e

Monochromatic Colors of #bdba7e

#bdba7e

Complementary Color

#bdba7e #7e81bd

#bdba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba7e Color CSS Codes

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

#bdba7e Text Font Color

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

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


#bdba7e Background Color

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

This div background color is #bdba7e


#bdba7e Border Color

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

This div border color is #bdba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba7e


Comments

No comments written yet.

Please login to write comment.