Color Hex Logo

#bdadb1 Color Hex

#BDADB1
(189,173,177)
0 Favorites   0 Comments

Color spaces of #bdadb1

RGB 189173177
HSL0.960.110.71
HSV345°74°
CMYK 0.000.080.06   0.26
XYZ43.865643.880347.7527
Yxy43.88030.32370.3238
Hunter Lab66.24222.27893.6286
CIE-Lab72.14846.44530.0270

#bdadb1 color RGB value is (189,173,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10110001
Octal 275 255 261
Decimal 189 173 177
Hex BD AD B1

RGB Percentages of Color #bdadb1

%35.06
%32.10
%32.84

CMYK Percentages of Color #bdadb1

%0
%8
%6
%26

Triadic Colors of #bdadb1

#bdadb1 #b1bdad #adb1bd

Analogous Colors of #bdadb1

#bdadb1 #bdb1ad #bdadb9

Monochromatic Colors of #bdadb1

#bdadb1

Complementary Color

#bdadb1 #adbdb9

#bdadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadb1 Color CSS Codes

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

#bdadb1 Text Font Color

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

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


#bdadb1 Background Color

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

This div background color is #bdadb1


#bdadb1 Border Color

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

This div border color is #bdadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadb1


Comments

No comments written yet.

Please login to write comment.