Color Hex Logo

#bdaaac Color Hex

#BDAAAC
(189,170,172)
0 Favorites   0 Comments

Color spaces of #bdaaac

RGB 189170172
HSL0.980.130.70
HSV354°10°74°
CMYK 0.000.100.09   0.26
XYZ42.807442.546844.9859
Yxy42.54680.32840.3264
Hunter Lab65.22792.99614.7688
CIE-Lab71.24637.20131.4649

#bdaaac color RGB value is (189,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10101100
Octal 275 252 254
Decimal 189 170 172
Hex BD AA AC

RGB Percentages of Color #bdaaac

%35.59
%32.02
%32.39

CMYK Percentages of Color #bdaaac

%0
%10
%9
%26

Triadic Colors of #bdaaac

#bdaaac #acbdaa #aaacbd

Analogous Colors of #bdaaac

#bdaaac #bdb2aa #bdaab6

Monochromatic Colors of #bdaaac

#bdaaac

Complementary Color

#bdaaac #aabdbb

#bdaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaac Color CSS Codes

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

#bdaaac Text Font Color

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

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


#bdaaac Background Color

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

This div background color is #bdaaac


#bdaaac Border Color

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

This div border color is #bdaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaac


Comments

No comments written yet.

Please login to write comment.