Color Hex Logo

#bdaa9e Color Hex

#BDAA9E
(189,170,158)
0 Favorites   0 Comments

Color spaces of #bdaa9e

RGB 189170158
HSL0.060.190.68
HSV23°16°74°
CMYK 0.000.100.16   0.26
XYZ41.532542.036938.2727
Yxy42.03690.34090.3450
Hunter Lab64.83590.880610.3861
CIE-Lab70.89644.86658.6739

#bdaa9e color RGB value is (189,170,158).

#bdaa9e hex color red value is 189, green value is 170 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bdaa9e hue: 0.06 , saturation: 0.19 and the lightness value of bdaa9e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10011110
Octal 275 252 236
Decimal 189 170 158
Hex BD AA 9E

RGB Percentages of Color #bdaa9e

%36.56
%32.88
%30.56

CMYK Percentages of Color #bdaa9e

%0
%10
%16
%26

Triadic Colors of #bdaa9e

#bdaa9e #9ebdaa #aa9ebd

Analogous Colors of #bdaa9e

#bdaa9e #bdba9e #bd9ea2

Monochromatic Colors of #bdaa9e

#bdaa9e

Complementary Color

#bdaa9e #9eb1bd

#bdaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa9e Color CSS Codes

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

#bdaa9e Text Font Color

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

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


#bdaa9e Background Color

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

This div background color is #bdaa9e


#bdaa9e Border Color

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

This div border color is #bdaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa9e


Comments

No comments written yet.

Please login to write comment.