Color Hex Logo

#bdad92 Color Hex

#BDAD92
(189,173,146)
0 Favorites   0 Comments

Color spaces of #bdad92

RGB 189173146
HSL0.100.250.66
HSV38°23°74°
CMYK 0.000.080.23   0.26
XYZ41.118142.781333.2846
Yxy42.78130.35090.3651
Hunter Lab65.4074-2.249715.6136
CIE-Lab71.40631.402415.9725

#bdad92 color RGB value is (189,173,146).

#bdad92 hex color red value is 189, green value is 173 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bdad92 hue: 0.10 , saturation: 0.25 and the lightness value of bdad92 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10010010
Octal 275 255 222
Decimal 189 173 146
Hex BD AD 92

RGB Percentages of Color #bdad92

%37.20
%34.06
%28.74

CMYK Percentages of Color #bdad92

%0
%8
%23
%26

Triadic Colors of #bdad92

#bdad92 #92bdad #ad92bd

Analogous Colors of #bdad92

#bdad92 #b8bd92 #bd9892

Monochromatic Colors of #bdad92

#bdad92

Complementary Color

#bdad92 #92a2bd

#bdad92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad92 Color CSS Codes

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

#bdad92 Text Font Color

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

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


#bdad92 Background Color

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

This div background color is #bdad92


#bdad92 Border Color

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

This div border color is #bdad92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad92


Comments

No comments written yet.

Please login to write comment.