Color Hex Logo

#bdb29a Color Hex

#BDB29A
(189,178,154)
0 Favorites   0 Comments

Color spaces of #bdb29a

RGB 189178154
HSL0.110.210.67
HSV41°19°74°
CMYK 0.000.060.19   0.26
XYZ42.739444.992737.0037
Yxy44.99270.34260.3607
Hunter Lab67.0766-3.648714.2455
CIE-Lab72.8871-0.074113.6837

#bdb29a color RGB value is (189,178,154).

#bdb29a hex color red value is 189, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bdb29a hue: 0.11 , saturation: 0.21 and the lightness value of bdb29a is 0.67.

The process color (four color CMYK) of #bdb29a color hex is 0.00, 0.06, 0.19, 0.26. Web safe color of #bdb29a is #cc9999. Color #bdb29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10011010
Octal 275 262 232
Decimal 189 178 154
Hex BD B2 9A

RGB Percentages of Color #bdb29a

%36.28
%34.17
%29.56

CMYK Percentages of Color #bdb29a

%0
%6
%19
%26

Triadic Colors of #bdb29a

#bdb29a #9abdb2 #b29abd

Analogous Colors of #bdb29a

#bdb29a #b7bd9a #bda19a

Monochromatic Colors of #bdb29a

#bdb29a

Complementary Color

#bdb29a #9aa5bd

#bdb29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb29a Color CSS Codes

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

#bdb29a Text Font Color

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

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


#bdb29a Background Color

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

This div background color is #bdb29a


#bdb29a Border Color

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

This div border color is #bdb29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb29a


Comments

No comments written yet.

Please login to write comment.