Color Hex Logo

#bdab7e Color Hex

#BDAB7E
(189,171,126)
0 Favorites   0 Comments

Color spaces of #bdab7e

RGB 189171126
HSL0.120.320.62
HSV43°33°74°
CMYK 0.000.100.33   0.26
XYZ39.315141.451025.6674
Yxy41.45100.36940.3895
Hunter Lab64.3825-3.668421.4305
CIE-Lab70.4907-0.261525.5735

#bdab7e color RGB value is (189,171,126).

#bdab7e hex color red value is 189, green value is 171 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdab7e hue: 0.12 , saturation: 0.32 and the lightness value of bdab7e is 0.62.

The process color (four color CMYK) of #bdab7e color hex is 0.00, 0.10, 0.33, 0.26. Web safe color of #bdab7e is #cc9966. Color #bdab7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01111110
Octal 275 253 176
Decimal 189 171 126
Hex BD AB 7E

RGB Percentages of Color #bdab7e

%38.89
%35.19
%25.93

CMYK Percentages of Color #bdab7e

%0
%10
%33
%26

Triadic Colors of #bdab7e

#bdab7e #7ebdab #ab7ebd

Analogous Colors of #bdab7e

#bdab7e #b0bd7e #bd8c7e

Monochromatic Colors of #bdab7e

#bdab7e

Complementary Color

#bdab7e #7e90bd

#bdab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab7e Color CSS Codes

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

#bdab7e Text Font Color

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

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


#bdab7e Background Color

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

This div background color is #bdab7e


#bdab7e Border Color

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

This div border color is #bdab7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab7e


Comments

No comments written yet.

Please login to write comment.