Color Hex Logo

#bdab9e Color Hex

#BDAB9E
(189,171,158)
0 Favorites   0 Comments

Color spaces of #bdab9e

RGB 189171158
HSL0.070.190.68
HSV25°16°74°
CMYK 0.000.100.16   0.26
XYZ41.720742.413338.3354
Yxy42.41330.34070.3463
Hunter Lab65.12550.381110.6874
CIE-Lab71.15494.32419.0427

#bdab9e color RGB value is (189,171,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 10011110
Octal 275 253 236
Decimal 189 171 158
Hex BD AB 9E

RGB Percentages of Color #bdab9e

%36.49
%33.01
%30.50

CMYK Percentages of Color #bdab9e

%0
%10
%16
%26

Triadic Colors of #bdab9e

#bdab9e #9ebdab #ab9ebd

Analogous Colors of #bdab9e

#bdab9e #bdbb9e #bd9ea1

Monochromatic Colors of #bdab9e

#bdab9e

Complementary Color

#bdab9e #9eb0bd

#bdab9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab9e Color CSS Codes

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

#bdab9e Text Font Color

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

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


#bdab9e Background Color

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

This div background color is #bdab9e


#bdab9e Border Color

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

This div border color is #bdab9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,171,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 #bdab9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab9e


Comments

No comments written yet.

Please login to write comment.