Color Hex Logo

#bdb879 Color Hex

#BDB879
(189,184,121)
0 Favorites   0 Comments

Color spaces of #bdb879

RGB 189184121
HSL0.150.340.61
HSV56°36°74°
CMYK 0.000.030.36   0.26
XYZ41.577946.480324.8694
Yxy46.48030.36820.4116
Hunter Lab68.1765-10.449326.0957
CIE-Lab73.8561-7.752932.6698

#bdb879 color RGB value is (189,184,121).

#bdb879 hex color red value is 189, green value is 184 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bdb879 hue: 0.15 , saturation: 0.34 and the lightness value of bdb879 is 0.61.

The process color (four color CMYK) of #bdb879 color hex is 0.00, 0.03, 0.36, 0.26. Web safe color of #bdb879 is #cccc66. Color #bdb879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 01111001
Octal 275 270 171
Decimal 189 184 121
Hex BD B8 79

RGB Percentages of Color #bdb879

%38.26
%37.25
%24.49

CMYK Percentages of Color #bdb879

%0
%3
%36
%26

Triadic Colors of #bdb879

#bdb879 #79bdb8 #b879bd

Analogous Colors of #bdb879

#bdb879 #a0bd79 #bd9679

Monochromatic Colors of #bdb879

#bdb879

Complementary Color

#bdb879 #797ebd

#bdb879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb879 Color CSS Codes

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

#bdb879 Text Font Color

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

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


#bdb879 Background Color

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

This div background color is #bdb879


#bdb879 Border Color

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

This div border color is #bdb879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb879


Comments

No comments written yet.

Please login to write comment.