Color Hex Logo

#bdba7a Color Hex

#BDBA7A
(189,186,122)
0 Favorites   0 Comments

Color spaces of #bdba7a

RGB 189186122
HSL0.160.340.61
HSV57°35°74°
CMYK 0.000.020.35   0.26
XYZ42.058047.341825.3335
Yxy47.34180.36660.4126
Hunter Lab68.8054-11.299426.3337
CIE-Lab74.4079-8.675932.8653

#bdba7a color RGB value is (189,186,122).

#bdba7a hex color red value is 189, green value is 186 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bdba7a hue: 0.16 , saturation: 0.34 and the lightness value of bdba7a is 0.61.

The process color (four color CMYK) of #bdba7a color hex is 0.00, 0.02, 0.35, 0.26. Web safe color of #bdba7a is #cccc66. Color #bdba7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 01111010
Octal 275 272 172
Decimal 189 186 122
Hex BD BA 7A

RGB Percentages of Color #bdba7a

%38.03
%37.42
%24.55

CMYK Percentages of Color #bdba7a

%0
%2
%35
%26

Triadic Colors of #bdba7a

#bdba7a #7abdba #ba7abd

Analogous Colors of #bdba7a

#bdba7a #9fbd7a #bd997a

Monochromatic Colors of #bdba7a

#bdba7a

Complementary Color

#bdba7a #7a7dbd

#bdba7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba7a Color CSS Codes

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

#bdba7a Text Font Color

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

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


#bdba7a Background Color

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

This div background color is #bdba7a


#bdba7a Border Color

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

This div border color is #bdba7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba7a


Comments

No comments written yet.

Please login to write comment.