Color Hex Logo

#bdaa8f Color Hex

#BDAA8F
(189,170,143)
0 Favorites   0 Comments

Color spaces of #bdaa8f

RGB 189170143
HSL0.100.260.65
HSV35°24°74°
CMYK 0.000.100.24   0.26
XYZ40.318941.551431.8818
Yxy41.55140.35440.3653
Hunter Lab64.4604-1.156915.7977
CIE-Lab70.56052.581816.4343

#bdaa8f color RGB value is (189,170,143).

#bdaa8f hex color red value is 189, green value is 170 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bdaa8f hue: 0.10 , saturation: 0.26 and the lightness value of bdaa8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10001111
Octal 275 252 217
Decimal 189 170 143
Hex BD AA 8F

RGB Percentages of Color #bdaa8f

%37.65
%33.86
%28.49

CMYK Percentages of Color #bdaa8f

%0
%10
%24
%26

Triadic Colors of #bdaa8f

#bdaa8f #8fbdaa #aa8fbd

Analogous Colors of #bdaa8f

#bdaa8f #b9bd8f #bd938f

Monochromatic Colors of #bdaa8f

#bdaa8f

Complementary Color

#bdaa8f #8fa2bd

#bdaa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa8f Color CSS Codes

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

#bdaa8f Text Font Color

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

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


#bdaa8f Background Color

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

This div background color is #bdaa8f


#bdaa8f Border Color

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

This div border color is #bdaa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa8f


Comments

No comments written yet.

Please login to write comment.