Color Hex Logo

#bdaa81 Color Hex

#BDAA81
(189,170,129)
0 Favorites   0 Comments

Color spaces of #bdaa81

RGB 189170129
HSL0.110.310.62
HSV41°32°74°
CMYK 0.000.100.32   0.26
XYZ39.323441.153226.6397
Yxy41.15320.36710.3842
Hunter Lab64.1508-2.846220.2843
CIE-Lab70.28310.659723.6748

#bdaa81 color RGB value is (189,170,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10000001
Octal 275 252 201
Decimal 189 170 129
Hex BD AA 81

RGB Percentages of Color #bdaa81

%38.73
%34.84
%26.43

CMYK Percentages of Color #bdaa81

%0
%10
%32
%26

Triadic Colors of #bdaa81

#bdaa81 #81bdaa #aa81bd

Analogous Colors of #bdaa81

#bdaa81 #b2bd81 #bd8c81

Monochromatic Colors of #bdaa81

#bdaa81

Complementary Color

#bdaa81 #8194bd

#bdaa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaa81 Color CSS Codes

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

#bdaa81 Text Font Color

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

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


#bdaa81 Background Color

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

This div background color is #bdaa81


#bdaa81 Border Color

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

This div border color is #bdaa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaa81


Comments

No comments written yet.

Please login to write comment.