Color Hex Logo

#bdbaaa Color Hex

#BDBAAA
(189,186,170)
0 Favorites   0 Comments

Color spaces of #bdbaaa

RGB 189186170
HSL0.140.130.70
HSV51°10°74°
CMYK 0.000.020.10   0.26
XYZ45.800948.838945.0431
Yxy48.83890.32790.3496
Hunter Lab69.8848-5.313710.7050
CIE-Lab75.3510-1.75818.4789

#bdbaaa color RGB value is (189,186,170).

#bdbaaa hex color red value is 189, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bdbaaa hue: 0.14 , saturation: 0.13 and the lightness value of bdbaaa is 0.70.

The process color (four color CMYK) of #bdbaaa color hex is 0.00, 0.02, 0.10, 0.26. Web safe color of #bdbaaa is #cccc99. Color #bdbaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10101010
Octal 275 272 252
Decimal 189 186 170
Hex BD BA AA

RGB Percentages of Color #bdbaaa

%34.68
%34.13
%31.19

CMYK Percentages of Color #bdbaaa

%0
%2
%10
%26

Triadic Colors of #bdbaaa

#bdbaaa #aabdba #baaabd

Analogous Colors of #bdbaaa

#bdbaaa #b7bdaa #bdb1aa

Monochromatic Colors of #bdbaaa

#bdbaaa

Complementary Color

#bdbaaa #aaadbd

#bdbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaaa Color CSS Codes

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

#bdbaaa Text Font Color

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

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


#bdbaaa Background Color

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

This div background color is #bdbaaa


#bdbaaa Border Color

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

This div border color is #bdbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaaa

#bdbaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.