Color Hex Logo

#bdb58c Color Hex

#BDB58C
(189,181,140)
0 Favorites   0 Comments

Color spaces of #bdb58c

RGB 189181140
HSL0.140.270.65
HSV50°26°74°
CMYK 0.000.040.26   0.26
XYZ42.243845.760031.4170
Yxy45.76000.35370.3832
Hunter Lab67.6461-6.910719.8162
CIE-Lab73.3895-3.726221.9604

#bdb58c color RGB value is (189,181,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10001100
Octal 275 265 214
Decimal 189 181 140
Hex BD B5 8C

RGB Percentages of Color #bdb58c

%37.06
%35.49
%27.45

CMYK Percentages of Color #bdb58c

%0
%4
%26
%26

Triadic Colors of #bdb58c

#bdb58c #8cbdb5 #b58cbd

Analogous Colors of #bdb58c

#bdb58c #adbd8c #bd9d8c

Monochromatic Colors of #bdb58c

#bdb58c

Complementary Color

#bdb58c #8c94bd

#bdb58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb58c Color CSS Codes

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

#bdb58c Text Font Color

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

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


#bdb58c Background Color

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

This div background color is #bdb58c


#bdb58c Border Color

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

This div border color is #bdb58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb58c


Comments

No comments written yet.

Please login to write comment.