Color Hex Logo

#bdba92 Color Hex

#BDBA92
(189,186,146)
0 Favorites   0 Comments

Color spaces of #bdba92

RGB 189186146
HSL0.160.250.66
HSV56°23°74°
CMYK 0.000.020.23   0.26
XYZ43.733548.012034.1564
Yxy48.01200.34740.3813
Hunter Lab69.2907-8.596719.2769
CIE-Lab74.8325-5.512320.7136

#bdba92 color RGB value is (189,186,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10010010
Octal 275 272 222
Decimal 189 186 146
Hex BD BA 92

RGB Percentages of Color #bdba92

%36.28
%35.70
%28.02

CMYK Percentages of Color #bdba92

%0
%2
%23
%26

Triadic Colors of #bdba92

#bdba92 #92bdba #ba92bd

Analogous Colors of #bdba92

#bdba92 #abbd92 #bda592

Monochromatic Colors of #bdba92

#bdba92

Complementary Color

#bdba92 #9295bd

#bdba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba92 Color CSS Codes

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

#bdba92 Text Font Color

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

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


#bdba92 Background Color

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

This div background color is #bdba92


#bdba92 Border Color

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

This div border color is #bdba92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba92


Comments

No comments written yet.

Please login to write comment.