Color Hex Logo

#bdb7aa Color Hex

#BDB7AA
(189,183,170)
0 Favorites   0 Comments

Color spaces of #bdb7aa

RGB 189183170
HSL0.110.130.70
HSV41°10°74°
CMYK 0.000.030.10   0.26
XYZ45.175547.588144.8346
Yxy47.58810.32830.3458
Hunter Lab68.9841-3.82839.7548
CIE-Lab74.5644-0.15997.3530

#bdb7aa color RGB value is (189,183,170).

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

The process color (four color CMYK) of #bdb7aa color hex is 0.00, 0.03, 0.10, 0.26. Web safe color of #bdb7aa is #cccc99. Color #bdb7aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10101010
Octal 275 267 252
Decimal 189 183 170
Hex BD B7 AA

RGB Percentages of Color #bdb7aa

%34.87
%33.76
%31.37

CMYK Percentages of Color #bdb7aa

%0
%3
%10
%26

Triadic Colors of #bdb7aa

#bdb7aa #aabdb7 #b7aabd

Analogous Colors of #bdb7aa

#bdb7aa #babdaa #bdaeaa

Monochromatic Colors of #bdb7aa

#bdb7aa

Complementary Color

#bdb7aa #aab0bd

#bdb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7aa Color CSS Codes

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

#bdb7aa Text Font Color

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

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


#bdb7aa Background Color

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

This div background color is #bdb7aa


#bdb7aa Border Color

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

This div border color is #bdb7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7aa


Comments

No comments written yet.

Please login to write comment.