Color Hex Logo

#bda487 Color Hex

#BDA487
(189,164,135)
0 Favorites   0 Comments

Color spaces of #bda487

RGB 189164135
HSL0.090.290.64
HSV32°29°74°
CMYK 0.000.130.29   0.26
XYZ38.634939.119028.4361
Yxy39.11900.36380.3684
Hunter Lab62.54520.807516.8255
CIE-Lab68.83744.704218.4314

#bda487 color RGB value is (189,164,135).

#bda487 hex color red value is 189, green value is 164 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bda487 hue: 0.09 , saturation: 0.29 and the lightness value of bda487 is 0.64.

The process color (four color CMYK) of #bda487 color hex is 0.00, 0.13, 0.29, 0.26. Web safe color of #bda487 is #cc9999. Color #bda487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10000111
Octal 275 244 207
Decimal 189 164 135
Hex BD A4 87

RGB Percentages of Color #bda487

%38.73
%33.61
%27.66

CMYK Percentages of Color #bda487

%0
%13
%29
%26

Triadic Colors of #bda487

#bda487 #87bda4 #a487bd

Analogous Colors of #bda487

#bda487 #bbbd87 #bd8987

Monochromatic Colors of #bda487

#bda487

Complementary Color

#bda487 #87a0bd

#bda487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda487 Color CSS Codes

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

#bda487 Text Font Color

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

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


#bda487 Background Color

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

This div background color is #bda487


#bda487 Border Color

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

This div border color is #bda487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda487


Comments

No comments written yet.

Please login to write comment.