Color Hex Logo

#bda7ac Color Hex

#BDA7AC
(189,167,172)
0 Favorites   0 Comments

Color spaces of #bda7ac

RGB 189167172
HSL0.960.140.70
HSV346°12°74°
CMYK 0.000.120.09   0.26
XYZ42.251441.434844.8006
Yxy41.43480.32880.3225
Hunter Lab64.36994.51743.7938
CIE-Lab70.47958.84000.3477

#bda7ac color RGB value is (189,167,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10101100
Octal 275 247 254
Decimal 189 167 172
Hex BD A7 AC

RGB Percentages of Color #bda7ac

%35.80
%31.63
%32.58

CMYK Percentages of Color #bda7ac

%0
%12
%9
%26

Triadic Colors of #bda7ac

#bda7ac #acbda7 #a7acbd

Analogous Colors of #bda7ac

#bda7ac #bdada7 #bda7b7

Monochromatic Colors of #bda7ac

#bda7ac

Complementary Color

#bda7ac #a7bdb8

#bda7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7ac Color CSS Codes

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

#bda7ac Text Font Color

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

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


#bda7ac Background Color

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

This div background color is #bda7ac


#bda7ac Border Color

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

This div border color is #bda7ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,167,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 #bda7ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7ac


Comments

No comments written yet.

Please login to write comment.