Color Hex Logo

#bdaa7e Color Hex

#BDAA7E
(189,170,126)
0 Favorites   0 Comments

Color spaces of #bdaa7e

RGB 189170126
HSL0.120.320.62
HSV42°33°74°
CMYK 0.000.100.33   0.26
XYZ39.126941.074625.6047
Yxy41.07460.36980.3882
Hunter Lab64.0895-3.181521.1754
CIE-Lab70.22820.275025.2215

#bdaa7e color RGB value is (189,170,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01111110
Octal 275 252 176
Decimal 189 170 126
Hex BD AA 7E

RGB Percentages of Color #bdaa7e

%38.97
%35.05
%25.98

CMYK Percentages of Color #bdaa7e

%0
%10
%33
%26

Triadic Colors of #bdaa7e

#bdaa7e #7ebdaa #aa7ebd

Analogous Colors of #bdaa7e

#bdaa7e #b1bd7e #bd8b7e

Monochromatic Colors of #bdaa7e

#bdaa7e

Complementary Color

#bdaa7e #7e91bd

#bdaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa7e Color CSS Codes

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

#bdaa7e Text Font Color

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

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


#bdaa7e Background Color

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

This div background color is #bdaa7e


#bdaa7e Border Color

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

This div border color is #bdaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa7e


Comments

No comments written yet.

Please login to write comment.