Color Hex Logo

#bdad8d Color Hex

#BDAD8D
(189,173,141)
0 Favorites   0 Comments

Color spaces of #bdad8d

RGB 189173141
HSL0.110.270.65
HSV40°25°74°
CMYK 0.000.080.25   0.26
XYZ40.737642.629031.2804
Yxy42.62900.35530.3718
Hunter Lab65.2909-2.885817.2982
CIE-Lab71.30240.679918.5538

#bdad8d color RGB value is (189,173,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10001101
Octal 275 255 215
Decimal 189 173 141
Hex BD AD 8D

RGB Percentages of Color #bdad8d

%37.57
%34.39
%28.03

CMYK Percentages of Color #bdad8d

%0
%8
%25
%26

Triadic Colors of #bdad8d

#bdad8d #8dbdad #ad8dbd

Analogous Colors of #bdad8d

#bdad8d #b5bd8d #bd958d

Monochromatic Colors of #bdad8d

#bdad8d

Complementary Color

#bdad8d #8d9dbd

#bdad8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad8d Color CSS Codes

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

#bdad8d Text Font Color

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

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


#bdad8d Background Color

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

This div background color is #bdad8d


#bdad8d Border Color

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

This div border color is #bdad8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad8d


Comments

No comments written yet.

Please login to write comment.