Color Hex Logo

#bdb68a Color Hex

#BDB68A
(189,182,138)
0 Favorites   0 Comments

Color spaces of #bdb68a

RGB 189182138
HSL0.140.280.64
HSV52°27°74°
CMYK 0.000.040.27   0.26
XYZ42.301746.109730.7153
Yxy46.10970.35510.3871
Hunter Lab67.9041-7.633520.7140
CIE-Lab73.6167-4.531023.3434

#bdb68a color RGB value is (189,182,138).

#bdb68a hex color red value is 189, green value is 182 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bdb68a hue: 0.14 , saturation: 0.28 and the lightness value of bdb68a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 10001010
Octal 275 266 212
Decimal 189 182 138
Hex BD B6 8A

RGB Percentages of Color #bdb68a

%37.13
%35.76
%27.11

CMYK Percentages of Color #bdb68a

%0
%4
%27
%26

Triadic Colors of #bdb68a

#bdb68a #8abdb6 #b68abd

Analogous Colors of #bdb68a

#bdb68a #abbd8a #bd9d8a

Monochromatic Colors of #bdb68a

#bdb68a

Complementary Color

#bdb68a #8a91bd

#bdb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb68a Color CSS Codes

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

#bdb68a Text Font Color

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

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


#bdb68a Background Color

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

This div background color is #bdb68a


#bdb68a Border Color

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

This div border color is #bdb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb68a


Comments

No comments written yet.

Please login to write comment.