Color Hex Logo

#bdb737 Color Hex

#BDB737
(189,183,55)
0 Favorites   0 Comments

Color spaces of #bdb737

RGB 18918355
HSL0.160.550.48
HSV57°71°74°
CMYK 0.000.030.71   0.26
XYZ38.609344.961610.2580
Yxy44.96160.41150.4792
Hunter Lab67.0534-14.563337.8671
CIE-Lab72.8666-12.745062.2135

#bdb737 color RGB value is (189,183,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 00110111
Octal 275 267 67
Decimal 189 183 55
Hex BD B7 37

RGB Percentages of Color #bdb737

%44.26
%42.86
%12.88

CMYK Percentages of Color #bdb737

%0
%3
%71
%26

Triadic Colors of #bdb737

#bdb737 #37bdb7 #b737bd

Analogous Colors of #bdb737

#bdb737 #80bd37 #bd7437

Monochromatic Colors of #bdb737

#bdb737

Complementary Color

#bdb737 #373dbd

#bdb737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb737 Color CSS Codes

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

#bdb737 Text Font Color

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

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


#bdb737 Background Color

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

This div background color is #bdb737


#bdb737 Border Color

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

This div border color is #bdb737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb737


Comments

No comments written yet.

Please login to write comment.