Color Hex Logo

#bdaaab Color Hex

#BDAAAB
(189,170,171)
0 Favorites   0 Comments

Color spaces of #bdaaab

RGB 189170171
HSL0.990.130.70
HSV357°10°74°
CMYK 0.000.100.10   0.26
XYZ42.711742.508544.4819
Yxy42.50850.32930.3277
Hunter Lab65.19852.83835.1882
CIE-Lab71.22017.02841.9782

#bdaaab color RGB value is (189,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101011
Octal 275 252 253
Decimal 189 170 171
Hex BD AA AB

RGB Percentages of Color #bdaaab

%35.66
%32.08
%32.26

CMYK Percentages of Color #bdaaab

%0
%10
%10
%26

Triadic Colors of #bdaaab

#bdaaab #abbdaa #aaabbd

Analogous Colors of #bdaaab

#bdaaab #bdb3aa #bdaab5

Monochromatic Colors of #bdaaab

#bdaaab

Complementary Color

#bdaaab #aabdbc

#bdaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaab Color CSS Codes

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

#bdaaab Text Font Color

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

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


#bdaaab Background Color

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

This div background color is #bdaaab


#bdaaab Border Color

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

This div border color is #bdaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaab


Comments

No comments written yet.

Please login to write comment.