Color Hex Logo

#bda5ac Color Hex

#BDA5AC
(189,165,172)
0 Favorites   0 Comments

Color spaces of #bda5ac

RGB 189165172
HSL0.950.150.69
HSV343°13°74°
CMYK 0.000.130.09   0.26
XYZ41.887840.707644.6794
Yxy40.70760.32910.3198
Hunter Lab63.80255.53493.1424
CIE-Lab69.97069.9358-0.3955

#bda5ac color RGB value is (189,165,172).

#bda5ac hex color red value is 189, green value is 165 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bda5ac hue: 0.95 , saturation: 0.15 and the lightness value of bda5ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 10101100
Octal 275 245 254
Decimal 189 165 172
Hex BD A5 AC

RGB Percentages of Color #bda5ac

%35.93
%31.37
%32.70

CMYK Percentages of Color #bda5ac

%0
%13
%9
%26

Triadic Colors of #bda5ac

#bda5ac #acbda5 #a5acbd

Analogous Colors of #bda5ac

#bda5ac #bdaaa5 #bda5b8

Monochromatic Colors of #bda5ac

#bda5ac

Complementary Color

#bda5ac #a5bdb6

#bda5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5ac Color CSS Codes

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

#bda5ac Text Font Color

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

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


#bda5ac Background Color

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

This div background color is #bda5ac


#bda5ac Border Color

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

This div border color is #bda5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5ac


Comments

No comments written yet.

Please login to write comment.