Color Hex Logo

#bdba96 Color Hex

#BDBA96
(189,186,150)
0 Favorites   0 Comments

Color spaces of #bdba96

RGB 189186150
HSL0.150.230.66
HSV55°21°74°
CMYK 0.000.020.21   0.26
XYZ44.050248.138635.8242
Yxy48.13860.34410.3760
Hunter Lab69.3820-8.089917.9540
CIE-Lab74.9123-4.926618.6744

#bdba96 color RGB value is (189,186,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10010110
Octal 275 272 226
Decimal 189 186 150
Hex BD BA 96

RGB Percentages of Color #bdba96

%36.00
%35.43
%28.57

CMYK Percentages of Color #bdba96

%0
%2
%21
%26

Triadic Colors of #bdba96

#bdba96 #96bdba #ba96bd

Analogous Colors of #bdba96

#bdba96 #adbd96 #bda796

Monochromatic Colors of #bdba96

#bdba96

Complementary Color

#bdba96 #9699bd

#bdba96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba96 Color CSS Codes

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

#bdba96 Text Font Color

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

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


#bdba96 Background Color

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

This div background color is #bdba96


#bdba96 Border Color

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

This div border color is #bdba96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba96


Comments

No comments written yet.

Please login to write comment.