Color Hex Logo

#bdada2 Color Hex

#BDADA2
(189,173,162)
0 Favorites   0 Comments

Color spaces of #bdada2

RGB 189173162
HSL0.070.170.69
HSV24°14°74°
CMYK 0.000.080.14   0.26
XYZ42.451443.314640.3055
Yxy43.31460.33670.3436
Hunter Lab65.8138-0.03779.7595
CIE-Lab71.76803.88737.7207

#bdada2 color RGB value is (189,173,162).

#bdada2 hex color red value is 189, green value is 173 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bdada2 hue: 0.07 , saturation: 0.17 and the lightness value of bdada2 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10100010
Octal 275 255 242
Decimal 189 173 162
Hex BD AD A2

RGB Percentages of Color #bdada2

%36.07
%33.02
%30.92

CMYK Percentages of Color #bdada2

%0
%8
%14
%26

Triadic Colors of #bdada2

#bdada2 #a2bdad #ada2bd

Analogous Colors of #bdada2

#bdada2 #bdbba2 #bda2a5

Monochromatic Colors of #bdada2

#bdada2

Complementary Color

#bdada2 #a2b2bd

#bdada2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdada2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdada2 Color CSS Codes

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

#bdada2 Text Font Color

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

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


#bdada2 Background Color

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

This div background color is #bdada2


#bdada2 Border Color

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

This div border color is #bdada2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdada2


Comments

No comments written yet.

Please login to write comment.