Color Hex Logo

#bdb58a Color Hex

#BDB58A
(189,181,138)
0 Favorites   0 Comments

Color spaces of #bdb58a

RGB 189181138
HSL0.140.280.64
HSV51°27°74°
CMYK 0.000.040.27   0.26
XYZ42.097645.701530.6473
Yxy45.70150.35540.3858
Hunter Lab67.6029-7.149720.4433
CIE-Lab73.3514-4.002722.9829

#bdb58a color RGB value is (189,181,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10001010
Octal 275 265 212
Decimal 189 181 138
Hex BD B5 8A

RGB Percentages of Color #bdb58a

%37.20
%35.63
%27.17

CMYK Percentages of Color #bdb58a

%0
%4
%27
%26

Triadic Colors of #bdb58a

#bdb58a #8abdb5 #b58abd

Analogous Colors of #bdb58a

#bdb58a #acbd8a #bd9c8a

Monochromatic Colors of #bdb58a

#bdb58a

Complementary Color

#bdb58a #8a92bd

#bdb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb58a Color CSS Codes

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

#bdb58a Text Font Color

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

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


#bdb58a Background Color

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

This div background color is #bdb58a


#bdb58a Border Color

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

This div border color is #bdb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb58a


Comments

No comments written yet.

Please login to write comment.