Color Hex Logo

#bdaa86 Color Hex

#BDAA86
(189,170,134)
0 Favorites   0 Comments

Color spaces of #bdaa86

RGB 189170134
HSL0.110.290.63
HSV39°29°74°
CMYK 0.000.100.29   0.26
XYZ39.664141.289528.4334
Yxy41.28950.36260.3775
Hunter Lab64.2569-2.266218.7443
CIE-Lab70.37831.322521.0921

#bdaa86 color RGB value is (189,170,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10000110
Octal 275 252 206
Decimal 189 170 134
Hex BD AA 86

RGB Percentages of Color #bdaa86

%38.34
%34.48
%27.18

CMYK Percentages of Color #bdaa86

%0
%10
%29
%26

Triadic Colors of #bdaa86

#bdaa86 #86bdaa #aa86bd

Analogous Colors of #bdaa86

#bdaa86 #b5bd86 #bd8f86

Monochromatic Colors of #bdaa86

#bdaa86

Complementary Color

#bdaa86 #8699bd

#bdaa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa86 Color CSS Codes

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

#bdaa86 Text Font Color

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

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


#bdaa86 Background Color

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

This div background color is #bdaa86


#bdaa86 Border Color

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

This div border color is #bdaa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa86


Comments

No comments written yet.

Please login to write comment.