Color Hex Logo

#bdb437 Color Hex

#BDB437
(189,180,55)
0 Favorites   0 Comments

Color spaces of #bdb437

RGB 18918055
HSL0.160.550.48
HSV56°71°74°
CMYK 0.000.050.71   0.26
XYZ37.997143.737210.0539
Yxy43.73720.41400.4765
Hunter Lab66.1341-13.178237.2804
CIE-Lab72.0525-11.203661.4175

#bdb437 color RGB value is (189,180,55).

#bdb437 hex color red value is 189, green value is 180 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bdb437 hue: 0.16 , saturation: 0.55 and the lightness value of bdb437 is 0.48.

The process color (four color CMYK) of #bdb437 color hex is 0.00, 0.05, 0.71, 0.26. Web safe color of #bdb437 is #cccc33. Color #bdb437 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00110111
Octal 275 264 67
Decimal 189 180 55
Hex BD B4 37

RGB Percentages of Color #bdb437

%44.58
%42.45
%12.97

CMYK Percentages of Color #bdb437

%0
%5
%71
%26

Triadic Colors of #bdb437

#bdb437 #37bdb4 #b437bd

Analogous Colors of #bdb437

#bdb437 #83bd37 #bd7137

Monochromatic Colors of #bdb437

#bdb437

Complementary Color

#bdb437 #3740bd

#bdb437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb437 Color CSS Codes

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

#bdb437 Text Font Color

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

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


#bdb437 Background Color

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

This div background color is #bdb437


#bdb437 Border Color

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

This div border color is #bdb437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb437


Comments

No comments written yet.

Please login to write comment.