Color Hex Logo

#bdb385 Color Hex

#BDB385
(189,179,133)
0 Favorites   0 Comments

Color spaces of #bdb385

RGB 189179133
HSL0.140.300.63
HSV49°30°74°
CMYK 0.000.050.30   0.26
XYZ41.340044.752528.6495
Yxy44.75250.36030.3900
Hunter Lab66.8973-6.764121.4365
CIE-Lab72.7286-3.618424.8214

#bdb385 color RGB value is (189,179,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 10000101
Octal 275 263 205
Decimal 189 179 133
Hex BD B3 85

RGB Percentages of Color #bdb385

%37.72
%35.73
%26.55

CMYK Percentages of Color #bdb385

%0
%5
%30
%26

Triadic Colors of #bdb385

#bdb385 #85bdb3 #b385bd

Analogous Colors of #bdb385

#bdb385 #abbd85 #bd9785

Monochromatic Colors of #bdb385

#bdb385

Complementary Color

#bdb385 #858fbd

#bdb385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb385 Color CSS Codes

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

#bdb385 Text Font Color

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

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


#bdb385 Background Color

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

This div background color is #bdb385


#bdb385 Border Color

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

This div border color is #bdb385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb385


Comments

No comments written yet.

Please login to write comment.