Color Hex Logo

#bdaab9 Color Hex

#BDAAB9
(189,170,185)
0 Favorites   0 Comments

Color spaces of #bdaab9

RGB 189170185
HSL0.870.130.70
HSV313°10°74°
CMYK 0.000.100.02   0.26
XYZ44.117943.071151.8872
Yxy43.07110.31720.3097
Hunter Lab65.62865.1441-0.9358
CIE-Lab71.60329.5347-5.1776

#bdaab9 color RGB value is (189,170,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10111001
Octal 275 252 271
Decimal 189 170 185
Hex BD AA B9

RGB Percentages of Color #bdaab9

%34.74
%31.25
%34.01

CMYK Percentages of Color #bdaab9

%0
%10
%2
%26

Triadic Colors of #bdaab9

#bdaab9 #b9bdaa #aab9bd

Analogous Colors of #bdaab9

#bdaab9 #bdaab0 #b8aabd

Monochromatic Colors of #bdaab9

#bdaab9

Complementary Color

#bdaab9 #aabdae

#bdaab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaab9 Color CSS Codes

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

#bdaab9 Text Font Color

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

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


#bdaab9 Background Color

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

This div background color is #bdaab9


#bdaab9 Border Color

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

This div border color is #bdaab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaab9


Comments

No comments written yet.

Please login to write comment.