Color Hex Logo

#bdbe99 Color Hex

#BDBE99
(189,190,153)
0 Favorites   0 Comments

Color spaces of #bdbe99

RGB 189190153
HSL0.170.220.67
HSV62°19°75°
CMYK 0.010.000.19   0.25
XYZ45.149549.945637.3978
Yxy49.94560.34080.3770
Hunter Lab70.6722-9.640218.0959
CIE-Lab76.0359-6.577318.6189

#bdbe99 color RGB value is (189,190,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10011001
Octal 275 276 231
Decimal 189 190 153
Hex BD BE 99

RGB Percentages of Color #bdbe99

%35.53
%35.71
%28.76

CMYK Percentages of Color #bdbe99

%1
%0
%19
%25

Triadic Colors of #bdbe99

#bdbe99 #99bdbe #be99bd

Analogous Colors of #bdbe99

#bdbe99 #abbe99 #bead99

Monochromatic Colors of #bdbe99

#bdbe99

Complementary Color

#bdbe99 #9a99be

#bdbe99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe99 Color CSS Codes

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

#bdbe99 Text Font Color

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

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


#bdbe99 Background Color

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

This div background color is #bdbe99


#bdbe99 Border Color

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

This div border color is #bdbe99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe99


Comments

No comments written yet.

Please login to write comment.