Color Hex Logo

#bdb789 Color Hex

#BDB789
(189,183,137)
0 Favorites   0 Comments

Color spaces of #bdb789

RGB 189183137
HSL0.150.280.64
HSV53°28°74°
CMYK 0.000.030.28   0.26
XYZ42.435146.491930.4042
Yxy46.49190.35560.3896
Hunter Lab68.1850-8.233721.2916
CIE-Lab73.8636-5.194424.2135

#bdb789 color RGB value is (189,183,137).

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

The process color (four color CMYK) of #bdb789 color hex is 0.00, 0.03, 0.28, 0.26. Web safe color of #bdb789 is #cccc99. Color #bdb789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10001001
Octal 275 267 211
Decimal 189 183 137
Hex BD B7 89

RGB Percentages of Color #bdb789

%37.13
%35.95
%26.92

CMYK Percentages of Color #bdb789

%0
%3
%28
%26

Triadic Colors of #bdb789

#bdb789 #89bdb7 #b789bd

Analogous Colors of #bdb789

#bdb789 #a9bd89 #bd9d89

Monochromatic Colors of #bdb789

#bdb789

Complementary Color

#bdb789 #898fbd

#bdb789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb789 Color CSS Codes

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

#bdb789 Text Font Color

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

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


#bdb789 Background Color

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

This div background color is #bdb789


#bdb789 Border Color

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

This div border color is #bdb789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb789


Comments

No comments written yet.

Please login to write comment.