Color Hex Logo

#bdaab7 Color Hex

#BDAAB7
(189,170,183)
0 Favorites   0 Comments

Color spaces of #bdaab7

RGB 189170183
HSL0.890.130.70
HSV319°10°74°
CMYK 0.000.100.03   0.26
XYZ43.908242.987250.7829
Yxy42.98720.31890.3122
Hunter Lab65.56464.8022-0.0277
CIE-Lab71.54639.1657-4.1596

#bdaab7 color RGB value is (189,170,183).

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

The process color (four color CMYK) of #bdaab7 color hex is 0.00, 0.10, 0.03, 0.26. Web safe color of #bdaab7 is #cc99cc. Color #bdaab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10110111
Octal 275 252 267
Decimal 189 170 183
Hex BD AA B7

RGB Percentages of Color #bdaab7

%34.87
%31.37
%33.76

CMYK Percentages of Color #bdaab7

%0
%10
%3
%26

Triadic Colors of #bdaab7

#bdaab7 #b7bdaa #aab7bd

Analogous Colors of #bdaab7

#bdaab7 #bdaaae #baaabd

Monochromatic Colors of #bdaab7

#bdaab7

Complementary Color

#bdaab7 #aabdb0

#bdaab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaab7 Color CSS Codes

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

#bdaab7 Text Font Color

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

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


#bdaab7 Background Color

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

This div background color is #bdaab7


#bdaab7 Border Color

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

This div border color is #bdaab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaab7


Comments

No comments written yet.

Please login to write comment.