Color Hex Logo

#bdb786 Color Hex

#BDB786
(189,183,134)
0 Favorites   0 Comments

Color spaces of #bdb786

RGB 189183134
HSL0.150.290.63
HSV53°29°74°
CMYK 0.000.030.29   0.26
XYZ42.222846.407029.2863
Yxy46.40700.35810.3936
Hunter Lab68.1227-8.579522.1968
CIE-Lab73.8089-5.596925.7413

#bdb786 color RGB value is (189,183,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10000110
Octal 275 267 206
Decimal 189 183 134
Hex BD B7 86

RGB Percentages of Color #bdb786

%37.35
%36.17
%26.48

CMYK Percentages of Color #bdb786

%0
%3
%29
%26

Triadic Colors of #bdb786

#bdb786 #86bdb7 #b786bd

Analogous Colors of #bdb786

#bdb786 #a8bd86 #bd9c86

Monochromatic Colors of #bdb786

#bdb786

Complementary Color

#bdb786 #868cbd

#bdb786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb786 Color CSS Codes

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

#bdb786 Text Font Color

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

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


#bdb786 Background Color

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

This div background color is #bdb786


#bdb786 Border Color

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

This div border color is #bdb786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb786


Comments

No comments written yet.

Please login to write comment.