Color Hex Logo

#bdaa93 Color Hex

#BDAA93
(189,170,147)
0 Favorites   0 Comments

Color spaces of #bdaa93

RGB 189170147
HSL0.090.240.66
HSV33°22°74°
CMYK 0.000.100.22   0.26
XYZ40.627541.674933.5065
Yxy41.67490.35080.3599
Hunter Lab64.5561-0.636614.4160
CIE-Lab70.64623.168614.3633

#bdaa93 color RGB value is (189,170,147).

#bdaa93 hex color red value is 189, green value is 170 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdaa93 hue: 0.09 , saturation: 0.24 and the lightness value of bdaa93 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10010011
Octal 275 252 223
Decimal 189 170 147
Hex BD AA 93

RGB Percentages of Color #bdaa93

%37.35
%33.60
%29.05

CMYK Percentages of Color #bdaa93

%0
%10
%22
%26

Triadic Colors of #bdaa93

#bdaa93 #93bdaa #aa93bd

Analogous Colors of #bdaa93

#bdaa93 #bbbd93 #bd9593

Monochromatic Colors of #bdaa93

#bdaa93

Complementary Color

#bdaa93 #93a6bd

#bdaa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa93 Color CSS Codes

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

#bdaa93 Text Font Color

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

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


#bdaa93 Background Color

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

This div background color is #bdaa93


#bdaa93 Border Color

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

This div border color is #bdaa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa93


Comments

No comments written yet.

Please login to write comment.