Color Hex Logo

#bdadb2 Color Hex

#BDADB2
(189,173,178)
0 Favorites   0 Comments

Color spaces of #bdadb2

RGB 189173178
HSL0.950.110.71
HSV341°74°
CMYK 0.000.080.06   0.26
XYZ43.965743.920348.2797
Yxy43.92030.32290.3226
Hunter Lab66.27242.44183.1977
CIE-Lab72.17526.6236-0.4837

#bdadb2 color RGB value is (189,173,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10110010
Octal 275 255 262
Decimal 189 173 178
Hex BD AD B2

RGB Percentages of Color #bdadb2

%35.00
%32.04
%32.96

CMYK Percentages of Color #bdadb2

%0
%8
%6
%26

Triadic Colors of #bdadb2

#bdadb2 #b2bdad #adb2bd

Analogous Colors of #bdadb2

#bdadb2 #bdb0ad #bdadba

Monochromatic Colors of #bdadb2

#bdadb2

Complementary Color

#bdadb2 #adbdb8

#bdadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadb2 Color CSS Codes

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

#bdadb2 Text Font Color

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

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


#bdadb2 Background Color

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

This div background color is #bdadb2


#bdadb2 Border Color

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

This div border color is #bdadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadb2


Comments

No comments written yet.

Please login to write comment.