Color Hex Logo

#bdad9e Color Hex

#BDAD9E
(189,173,158)
0 Favorites   0 Comments

Color spaces of #bdad9e

RGB 189173158
HSL0.080.190.68
HSV29°16°74°
CMYK 0.000.080.16   0.26
XYZ42.101443.174638.4623
Yxy43.17460.34020.3489
Hunter Lab65.7074-0.615711.2893
CIE-Lab71.67333.24209.7808

#bdad9e color RGB value is (189,173,158).

#bdad9e hex color red value is 189, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bdad9e hue: 0.08 , saturation: 0.19 and the lightness value of bdad9e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10011110
Octal 275 255 236
Decimal 189 173 158
Hex BD AD 9E

RGB Percentages of Color #bdad9e

%36.35
%33.27
%30.38

CMYK Percentages of Color #bdad9e

%0
%8
%16
%26

Triadic Colors of #bdad9e

#bdad9e #9ebdad #ad9ebd

Analogous Colors of #bdad9e

#bdad9e #bdbd9e #bd9e9f

Monochromatic Colors of #bdad9e

#bdad9e

Complementary Color

#bdad9e #9eaebd

#bdad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad9e Color CSS Codes

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

#bdad9e Text Font Color

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

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


#bdad9e Background Color

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

This div background color is #bdad9e


#bdad9e Border Color

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

This div border color is #bdad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad9e


Comments

No comments written yet.

Please login to write comment.