Color Hex Logo

#bdb79c Color Hex

#BDB79C
(189,183,156)
0 Favorites   0 Comments

Color spaces of #bdb79c

RGB 189183156
HSL0.140.200.68
HSV49°17°74°
CMYK 0.000.030.17   0.26
XYZ43.920547.086138.2262
Yxy47.08610.33990.3644
Hunter Lab68.6193-5.833015.0045
CIE-Lab74.2448-2.429814.5042

#bdb79c color RGB value is (189,183,156).

#bdb79c hex color red value is 189, green value is 183 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bdb79c hue: 0.14 , saturation: 0.20 and the lightness value of bdb79c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10011100
Octal 275 267 234
Decimal 189 183 156
Hex BD B7 9C

RGB Percentages of Color #bdb79c

%35.80
%34.66
%29.55

CMYK Percentages of Color #bdb79c

%0
%3
%17
%26

Triadic Colors of #bdb79c

#bdb79c #9cbdb7 #b79cbd

Analogous Colors of #bdb79c

#bdb79c #b3bd9c #bda79c

Monochromatic Colors of #bdb79c

#bdb79c

Complementary Color

#bdb79c #9ca2bd

#bdb79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb79c Color CSS Codes

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

#bdb79c Text Font Color

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

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


#bdb79c Background Color

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

This div background color is #bdb79c


#bdb79c Border Color

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

This div border color is #bdb79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb79c


Comments

No comments written yet.

Please login to write comment.