Color Hex Logo

#bdbe96 Color Hex

#BDBE96
(189,190,150)
0 Favorites   0 Comments

Color spaces of #bdbe96

RGB 189190150
HSL0.170.240.67
HSV61°21°75°
CMYK 0.010.000.21   0.25
XYZ44.904749.847736.1090
Yxy49.84770.34310.3809
Hunter Lab70.6029-10.025919.0989
CIE-Lab75.9757-7.024320.1430

#bdbe96 color RGB value is (189,190,150).

#bdbe96 hex color red value is 189, green value is 190 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bdbe96 hue: 0.17 , saturation: 0.24 and the lightness value of bdbe96 is 0.67.

The process color (four color CMYK) of #bdbe96 color hex is 0.01, 0.00, 0.21, 0.25. Web safe color of #bdbe96 is #cccc99. Color #bdbe96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10010110
Octal 275 276 226
Decimal 189 190 150
Hex BD BE 96

RGB Percentages of Color #bdbe96

%35.73
%35.92
%28.36

CMYK Percentages of Color #bdbe96

%1
%0
%21
%25

Triadic Colors of #bdbe96

#bdbe96 #96bdbe #be96bd

Analogous Colors of #bdbe96

#bdbe96 #a9be96 #beab96

Monochromatic Colors of #bdbe96

#bdbe96

Complementary Color

#bdbe96 #9796be

#bdbe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe96 Color CSS Codes

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

#bdbe96 Text Font Color

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

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


#bdbe96 Background Color

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

This div background color is #bdbe96


#bdbe96 Border Color

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

This div border color is #bdbe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe96


Comments

No comments written yet.

Please login to write comment.