Color Hex Logo

#bdacb6 Color Hex

#BDACB6
(189,172,182)
0 Favorites   0 Comments

Color spaces of #bdacb6

RGB 189172182
HSL0.900.110.71
HSV325°74°
CMYK 0.000.090.04   0.26
XYZ44.182343.701350.3625
Yxy43.70130.31960.3161
Hunter Lab66.10703.61251.1058
CIE-Lab72.02847.8903-2.8992

#bdacb6 color RGB value is (189,172,182).

#bdacb6 hex color red value is 189, green value is 172 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bdacb6 hue: 0.90 , saturation: 0.11 and the lightness value of bdacb6 is 0.71.

The process color (four color CMYK) of #bdacb6 color hex is 0.00, 0.09, 0.04, 0.26. Web safe color of #bdacb6 is #cc99cc. Color #bdacb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10110110
Octal 275 254 266
Decimal 189 172 182
Hex BD AC B6

RGB Percentages of Color #bdacb6

%34.81
%31.68
%33.52

CMYK Percentages of Color #bdacb6

%0
%9
%4
%26

Triadic Colors of #bdacb6

#bdacb6 #b6bdac #acb6bd

Analogous Colors of #bdacb6

#bdacb6 #bdacae #bcacbd

Monochromatic Colors of #bdacb6

#bdacb6

Complementary Color

#bdacb6 #acbdb3

#bdacb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacb6 Color CSS Codes

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

#bdacb6 Text Font Color

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

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


#bdacb6 Background Color

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

This div background color is #bdacb6


#bdacb6 Border Color

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

This div border color is #bdacb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacb6


Comments

No comments written yet.

Please login to write comment.