Color Hex Logo

#bdba93 Color Hex

#BDBA93
(189,186,147)
0 Favorites   0 Comments

Color spaces of #bdba93

RGB 189186147
HSL0.150.240.66
HSV56°22°74°
CMYK 0.000.020.22   0.26
XYZ43.811648.043234.5679
Yxy48.04320.34650.3800
Hunter Lab69.3132-8.471518.9501
CIE-Lab74.8522-5.367420.2040

#bdba93 color RGB value is (189,186,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10010011
Octal 275 272 223
Decimal 189 186 147
Hex BD BA 93

RGB Percentages of Color #bdba93

%36.21
%35.63
%28.16

CMYK Percentages of Color #bdba93

%0
%2
%22
%26

Triadic Colors of #bdba93

#bdba93 #93bdba #ba93bd

Analogous Colors of #bdba93

#bdba93 #abbd93 #bda593

Monochromatic Colors of #bdba93

#bdba93

Complementary Color

#bdba93 #9396bd

#bdba93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba93 Color CSS Codes

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

#bdba93 Text Font Color

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

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


#bdba93 Background Color

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

This div background color is #bdba93


#bdba93 Border Color

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

This div border color is #bdba93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba93


Comments

No comments written yet.

Please login to write comment.