Color Hex Logo

#bdba86 Color Hex

#BDBA86
(189,186,134)
0 Favorites   0 Comments

Color spaces of #bdba86

RGB 189186134
HSL0.160.290.63
HSV57°29°74°
CMYK 0.000.020.29   0.26
XYZ42.848247.657929.4948
Yxy47.65790.35710.3971
Hunter Lab69.0347-10.020022.9929
CIE-Lab74.6086-7.169826.8146

#bdba86 color RGB value is (189,186,134).

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

The process color (four color CMYK) of #bdba86 color hex is 0.00, 0.02, 0.29, 0.26. Web safe color of #bdba86 is #cccc99. Color #bdba86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10000110
Octal 275 272 206
Decimal 189 186 134
Hex BD BA 86

RGB Percentages of Color #bdba86

%37.13
%36.54
%26.33

CMYK Percentages of Color #bdba86

%0
%2
%29
%26

Triadic Colors of #bdba86

#bdba86 #86bdba #ba86bd

Analogous Colors of #bdba86

#bdba86 #a5bd86 #bd9f86

Monochromatic Colors of #bdba86

#bdba86

Complementary Color

#bdba86 #8689bd

#bdba86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba86 Color CSS Codes

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

#bdba86 Text Font Color

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

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


#bdba86 Background Color

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

This div background color is #bdba86


#bdba86 Border Color

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

This div border color is #bdba86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba86


Comments

No comments written yet.

Please login to write comment.