Color Hex Logo

#bdaaa6 Color Hex

#BDAAA6
(189,170,166)
0 Favorites   0 Comments

Color spaces of #bdaaa6

RGB 189170166
HSL0.030.150.70
HSV10°12°74°
CMYK 0.000.100.12   0.26
XYZ42.243942.321442.0188
Yxy42.32140.33370.3343
Hunter Lab65.05492.06437.2432
CIE-Lab71.09196.17754.5485

#bdaaa6 color RGB value is (189,170,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10100110
Octal 275 252 246
Decimal 189 170 166
Hex BD AA A6

RGB Percentages of Color #bdaaa6

%36.00
%32.38
%31.62

CMYK Percentages of Color #bdaaa6

%0
%10
%12
%26

Triadic Colors of #bdaaa6

#bdaaa6 #a6bdaa #aaa6bd

Analogous Colors of #bdaaa6

#bdaaa6 #bdb6a6 #bda6ae

Monochromatic Colors of #bdaaa6

#bdaaa6

Complementary Color

#bdaaa6 #a6b9bd

#bdaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaa6 Color CSS Codes

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

#bdaaa6 Text Font Color

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

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


#bdaaa6 Background Color

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

This div background color is #bdaaa6


#bdaaa6 Border Color

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

This div border color is #bdaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaa6


Comments

No comments written yet.

Please login to write comment.