Color Hex Logo

#bda089 Color Hex

#BDA089
(189,160,137)
0 Favorites   0 Comments

Color spaces of #bda089

RGB 189160137
HSL0.070.280.64
HSV27°28°74°
CMYK 0.000.150.28   0.26
XYZ38.072437.766628.9500
Yxy37.76660.36330.3604
Hunter Lab61.45453.039115.0878
CIE-Lab67.84827.161415.9604

#bda089 color RGB value is (189,160,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10001001
Octal 275 240 211
Decimal 189 160 137
Hex BD A0 89

RGB Percentages of Color #bda089

%38.89
%32.92
%28.19

CMYK Percentages of Color #bda089

%0
%15
%28
%26

Triadic Colors of #bda089

#bda089 #89bda0 #a089bd

Analogous Colors of #bda089

#bda089 #bdba89 #bd898c

Monochromatic Colors of #bda089

#bda089

Complementary Color

#bda089 #89a6bd

#bda089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda089 Color CSS Codes

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

#bda089 Text Font Color

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

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


#bda089 Background Color

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

This div background color is #bda089


#bda089 Border Color

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

This div border color is #bda089


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,160,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 #bda089">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda089

#bda089 Color Palettes


Comments

No comments written yet.

Please login to write comment.