Color Hex Logo

#bdb69a Color Hex

#BDB69A
(189,182,154)
0 Favorites   0 Comments

Color spaces of #bdb69a

RGB 189182154
HSL0.130.210.67
HSV48°19°74°
CMYK 0.000.040.19   0.26
XYZ43.546946.607837.2729
Yxy46.60780.34170.3658
Hunter Lab68.2699-5.613615.4187
CIE-Lab73.9382-2.207315.1584

#bdb69a color RGB value is (189,182,154).

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

The process color (four color CMYK) of #bdb69a color hex is 0.00, 0.04, 0.19, 0.26. Web safe color of #bdb69a is #cccc99. Color #bdb69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 10011010
Octal 275 266 232
Decimal 189 182 154
Hex BD B6 9A

RGB Percentages of Color #bdb69a

%36.00
%34.67
%29.33

CMYK Percentages of Color #bdb69a

%0
%4
%19
%26

Triadic Colors of #bdb69a

#bdb69a #9abdb6 #b69abd

Analogous Colors of #bdb69a

#bdb69a #b3bd9a #bda59a

Monochromatic Colors of #bdb69a

#bdb69a

Complementary Color

#bdb69a #9aa1bd

#bdb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb69a Color CSS Codes

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

#bdb69a Text Font Color

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

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


#bdb69a Background Color

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

This div background color is #bdb69a


#bdb69a Border Color

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

This div border color is #bdb69a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,182,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 #bdb69a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb69a


Comments

No comments written yet.

Please login to write comment.