Color Hex Logo

#bdaf89 Color Hex

#BDAF89
(189,175,137)
0 Favorites   0 Comments

Color spaces of #bdaf89

RGB 189175137
HSL0.120.280.64
HSV44°28°74°
CMYK 0.000.070.28   0.26
XYZ40.831643.284929.8697
Yxy43.28490.35820.3797
Hunter Lab65.7913-4.353419.1358
CIE-Lab71.7479-0.950521.3363

#bdaf89 color RGB value is (189,175,137).

#bdaf89 hex color red value is 189, green value is 175 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bdaf89 hue: 0.12 , saturation: 0.28 and the lightness value of bdaf89 is 0.64.

The process color (four color CMYK) of #bdaf89 color hex is 0.00, 0.07, 0.28, 0.26. Web safe color of #bdaf89 is #cc9999. Color #bdaf89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10001001
Octal 275 257 211
Decimal 189 175 137
Hex BD AF 89

RGB Percentages of Color #bdaf89

%37.72
%34.93
%27.35

CMYK Percentages of Color #bdaf89

%0
%7
%28
%26

Triadic Colors of #bdaf89

#bdaf89 #89bdaf #af89bd

Analogous Colors of #bdaf89

#bdaf89 #b1bd89 #bd9589

Monochromatic Colors of #bdaf89

#bdaf89

Complementary Color

#bdaf89 #8997bd

#bdaf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf89 Color CSS Codes

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

#bdaf89 Text Font Color

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

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


#bdaf89 Background Color

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

This div background color is #bdaf89


#bdaf89 Border Color

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

This div border color is #bdaf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf89


Comments

No comments written yet.

Please login to write comment.