Color Hex Logo

#bda9ac Color Hex

#BDA9AC
(189,169,172)
0 Favorites   0 Comments

Color spaces of #bda9ac

RGB 189169172
HSL0.980.130.70
HSV351°11°74°
CMYK 0.000.110.09   0.26
XYZ42.620642.173344.9236
Yxy42.17330.32860.3251
Hunter Lab64.94103.50244.4442
CIE-Lab70.99027.74671.0923

#bda9ac color RGB value is (189,169,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10101100
Octal 275 251 254
Decimal 189 169 172
Hex BD A9 AC

RGB Percentages of Color #bda9ac

%35.66
%31.89
%32.45

CMYK Percentages of Color #bda9ac

%0
%11
%9
%26

Triadic Colors of #bda9ac

#bda9ac #acbda9 #a9acbd

Analogous Colors of #bda9ac

#bda9ac #bdb0a9 #bda9b6

Monochromatic Colors of #bda9ac

#bda9ac

Complementary Color

#bda9ac #a9bdba

#bda9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda9ac Color CSS Codes

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

#bda9ac Text Font Color

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

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


#bda9ac Background Color

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

This div background color is #bda9ac


#bda9ac Border Color

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

This div border color is #bda9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda9ac


Comments

No comments written yet.

Please login to write comment.