Color Hex Logo

#bdaa7f Color Hex

#BDAA7F
(189,170,127)
0 Favorites   0 Comments

Color spaces of #bdaa7f

RGB 189170127
HSL0.120.320.62
HSV42°33°74°
CMYK 0.000.100.33   0.26
XYZ39.191841.100625.9462
Yxy41.10060.36890.3869
Hunter Lab64.1097-3.070820.8813
CIE-Lab70.24630.402124.7064

#bdaa7f color RGB value is (189,170,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 01111111
Octal 275 252 177
Decimal 189 170 127
Hex BD AA 7F

RGB Percentages of Color #bdaa7f

%38.89
%34.98
%26.13

CMYK Percentages of Color #bdaa7f

%0
%10
%33
%26

Triadic Colors of #bdaa7f

#bdaa7f #7fbdaa #aa7fbd

Analogous Colors of #bdaa7f

#bdaa7f #b1bd7f #bd8b7f

Monochromatic Colors of #bdaa7f

#bdaa7f

Complementary Color

#bdaa7f #7f92bd

#bdaa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa7f Color CSS Codes

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

#bdaa7f Text Font Color

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

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


#bdaa7f Background Color

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

This div background color is #bdaa7f


#bdaa7f Border Color

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

This div border color is #bdaa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa7f


Comments

No comments written yet.

Please login to write comment.