Color Hex Logo

#bdac9a Color Hex

#BDAC9A
(189,172,154)
0 Favorites   0 Comments

Color spaces of #bdac9a

RGB 189172154
HSL0.090.210.67
HSV31°19°74°
CMYK 0.000.090.19   0.26
XYZ41.571542.657036.6144
Yxy42.65700.34400.3530
Hunter Lab65.3123-0.680812.4804
CIE-Lab71.32153.152511.4757

#bdac9a color RGB value is (189,172,154).

#bdac9a hex color red value is 189, green value is 172 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bdac9a hue: 0.09 , saturation: 0.21 and the lightness value of bdac9a is 0.67.

The process color (four color CMYK) of #bdac9a color hex is 0.00, 0.09, 0.19, 0.26. Web safe color of #bdac9a is #cc9999. Color #bdac9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10011010
Octal 275 254 232
Decimal 189 172 154
Hex BD AC 9A

RGB Percentages of Color #bdac9a

%36.70
%33.40
%29.90

CMYK Percentages of Color #bdac9a

%0
%9
%19
%26

Triadic Colors of #bdac9a

#bdac9a #9abdac #ac9abd

Analogous Colors of #bdac9a

#bdac9a #bdbd9a #bd9b9a

Monochromatic Colors of #bdac9a

#bdac9a

Complementary Color

#bdac9a #9aabbd

#bdac9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac9a Color CSS Codes

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

#bdac9a Text Font Color

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

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


#bdac9a Background Color

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

This div background color is #bdac9a


#bdac9a Border Color

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

This div border color is #bdac9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac9a


Comments

No comments written yet.

Please login to write comment.