Color Hex Logo

#bdb932 Color Hex

#BDB932
(189,185,50)
0 Favorites   0 Comments

Color spaces of #bdb932

RGB 18918550
HSL0.160.580.47
HSV58°74°74°
CMYK 0.000.020.74   0.26
XYZ38.911045.74709.7968
Yxy45.74700.41200.4843
Hunter Lab67.6365-15.673738.7577
CIE-Lab73.3811-14.000564.4853

#bdb932 color RGB value is (189,185,50).

#bdb932 hex color red value is 189, green value is 185 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bdb932 hue: 0.16 , saturation: 0.58 and the lightness value of bdb932 is 0.47.

The process color (four color CMYK) of #bdb932 color hex is 0.00, 0.02, 0.74, 0.26. Web safe color of #bdb932 is #cccc33. Color #bdb932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00110010
Octal 275 271 62
Decimal 189 185 50
Hex BD B9 32

RGB Percentages of Color #bdb932

%44.58
%43.63
%11.79

CMYK Percentages of Color #bdb932

%0
%2
%74
%26

Triadic Colors of #bdb932

#bdb932 #32bdb9 #b932bd

Analogous Colors of #bdb932

#bdb932 #7cbd32 #bd7432

Monochromatic Colors of #bdb932

#bdb932

Complementary Color

#bdb932 #3236bd

#bdb932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb932 Color CSS Codes

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

#bdb932 Text Font Color

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

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


#bdb932 Background Color

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

This div background color is #bdb932


#bdb932 Border Color

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

This div border color is #bdb932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb932


Comments

No comments written yet.

Please login to write comment.