Color Hex Logo

#bdaaa9 Color Hex

#BDAAA9
(189,170,169)
0 Favorites   0 Comments

Color spaces of #bdaaa9

RGB 189170169
HSL0.010.130.70
HSV11°74°
CMYK 0.000.100.11   0.26
XYZ42.522442.432843.4853
Yxy42.43280.33110.3304
Hunter Lab65.14052.52546.0186
CIE-Lab71.16836.68513.0055

#bdaaa9 color RGB value is (189,170,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101001
Octal 275 252 251
Decimal 189 170 169
Hex BD AA A9

RGB Percentages of Color #bdaaa9

%35.80
%32.20
%32.01

CMYK Percentages of Color #bdaaa9

%0
%10
%11
%26

Triadic Colors of #bdaaa9

#bdaaa9 #a9bdaa #aaa9bd

Analogous Colors of #bdaaa9

#bdaaa9 #bdb4a9 #bda9b2

Monochromatic Colors of #bdaaa9

#bdaaa9

Complementary Color

#bdaaa9 #a9bcbd

#bdaaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaa9 Color CSS Codes

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

#bdaaa9 Text Font Color

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

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


#bdaaa9 Background Color

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

This div background color is #bdaaa9


#bdaaa9 Border Color

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

This div border color is #bdaaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaa9


Comments

No comments written yet.

Please login to write comment.