Color Hex Logo

#bdaa89 Color Hex

#BDAA89
(189,170,137)
0 Favorites   0 Comments

Color spaces of #bdaa89

RGB 189170137
HSL0.110.280.64
HSV38°28°74°
CMYK 0.000.100.28   0.26
XYZ39.876341.374429.5513
Yxy41.37440.35990.3734
Hunter Lab64.3229-1.906017.7870
CIE-Lab70.43741.732619.5403

#bdaa89 color RGB value is (189,170,137).

#bdaa89 hex color red value is 189, green value is 170 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bdaa89 hue: 0.11 , saturation: 0.28 and the lightness value of bdaa89 is 0.64.

The process color (four color CMYK) of #bdaa89 color hex is 0.00, 0.10, 0.28, 0.26. Web safe color of #bdaa89 is #cc9999. Color #bdaa89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10001001
Octal 275 252 211
Decimal 189 170 137
Hex BD AA 89

RGB Percentages of Color #bdaa89

%38.10
%34.27
%27.62

CMYK Percentages of Color #bdaa89

%0
%10
%28
%26

Triadic Colors of #bdaa89

#bdaa89 #89bdaa #aa89bd

Analogous Colors of #bdaa89

#bdaa89 #b6bd89 #bd9089

Monochromatic Colors of #bdaa89

#bdaa89

Complementary Color

#bdaa89 #899cbd

#bdaa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa89 Color CSS Codes

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

#bdaa89 Text Font Color

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

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


#bdaa89 Background Color

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

This div background color is #bdaa89


#bdaa89 Border Color

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

This div border color is #bdaa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa89


Comments

No comments written yet.

Please login to write comment.