Color Hex Logo

#bdb984 Color Hex

#BDB984
(189,185,132)
0 Favorites   0 Comments

Color spaces of #bdb984

RGB 189185132
HSL0.150.300.63
HSV56°30°74°
CMYK 0.000.020.30   0.26
XYZ42.500147.182728.6970
Yxy47.18270.35900.3986
Hunter Lab68.6897-9.764323.3127
CIE-Lab74.3065-6.908527.4711

#bdb984 color RGB value is (189,185,132).

#bdb984 hex color red value is 189, green value is 185 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bdb984 hue: 0.15 , saturation: 0.30 and the lightness value of bdb984 is 0.63.

The process color (four color CMYK) of #bdb984 color hex is 0.00, 0.02, 0.30, 0.26. Web safe color of #bdb984 is #cccc99. Color #bdb984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10000100
Octal 275 271 204
Decimal 189 185 132
Hex BD B9 84

RGB Percentages of Color #bdb984

%37.35
%36.56
%26.09

CMYK Percentages of Color #bdb984

%0
%2
%30
%26

Triadic Colors of #bdb984

#bdb984 #84bdb9 #b984bd

Analogous Colors of #bdb984

#bdb984 #a5bd84 #bd9d84

Monochromatic Colors of #bdb984

#bdb984

Complementary Color

#bdb984 #8488bd

#bdb984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb984 Color CSS Codes

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

#bdb984 Text Font Color

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

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


#bdb984 Background Color

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

This div background color is #bdb984


#bdb984 Border Color

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

This div border color is #bdb984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb984


Comments

No comments written yet.

Please login to write comment.