Color Hex Logo

#bdb993 Color Hex

#BDB993
(189,185,147)
0 Favorites   0 Comments

Color spaces of #bdb993

RGB 189185147
HSL0.150.240.66
HSV54°22°74°
CMYK 0.000.020.22   0.26
XYZ43.601747.623334.4979
Yxy47.62330.34680.3788
Hunter Lab69.0096-7.986918.6677
CIE-Lab74.5867-4.841019.8385

#bdb993 color RGB value is (189,185,147).

#bdb993 hex color red value is 189, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdb993 hue: 0.15 , saturation: 0.24 and the lightness value of bdb993 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10010011
Octal 275 271 223
Decimal 189 185 147
Hex BD B9 93

RGB Percentages of Color #bdb993

%36.28
%35.51
%28.21

CMYK Percentages of Color #bdb993

%0
%2
%22
%26

Triadic Colors of #bdb993

#bdb993 #93bdb9 #b993bd

Analogous Colors of #bdb993

#bdb993 #acbd93 #bda493

Monochromatic Colors of #bdb993

#bdb993

Complementary Color

#bdb993 #9397bd

#bdb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb993 Color CSS Codes

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

#bdb993 Text Font Color

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

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


#bdb993 Background Color

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

This div background color is #bdb993


#bdb993 Border Color

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

This div border color is #bdb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb993


Comments

No comments written yet.

Please login to write comment.