Color Hex Logo

#bdb68d Color Hex

#BDB68D
(189,182,141)
0 Favorites   0 Comments

Color spaces of #bdb68d

RGB 189182141
HSL0.140.270.65
HSV51°25°74°
CMYK 0.000.040.25   0.26
XYZ42.521946.197831.8752
Yxy46.19780.35260.3831
Hunter Lab67.9690-7.274719.7732
CIE-Lab73.6737-4.115621.8110

#bdb68d color RGB value is (189,182,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 10001101
Octal 275 266 215
Decimal 189 182 141
Hex BD B6 8D

RGB Percentages of Color #bdb68d

%36.91
%35.55
%27.54

CMYK Percentages of Color #bdb68d

%0
%4
%25
%26

Triadic Colors of #bdb68d

#bdb68d #8dbdb6 #b68dbd

Analogous Colors of #bdb68d

#bdb68d #acbd8d #bd9e8d

Monochromatic Colors of #bdb68d

#bdb68d

Complementary Color

#bdb68d #8d94bd

#bdb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb68d Color CSS Codes

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

#bdb68d Text Font Color

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

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


#bdb68d Background Color

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

This div background color is #bdb68d


#bdb68d Border Color

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

This div border color is #bdb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb68d


Comments

No comments written yet.

Please login to write comment.