Color Hex Logo

#bdb037 Color Hex

#BDB037
(189,176,55)
0 Favorites   0 Comments

Color spaces of #bdb037

RGB 18917655
HSL0.150.550.48
HSV54°71°74°
CMYK 0.000.070.71   0.26
XYZ37.201242.14539.7886
Yxy42.14530.41740.4728
Hunter Lab64.9194-11.321936.5038
CIE-Lab70.9710-9.131860.3550

#bdb037 color RGB value is (189,176,55).

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

The process color (four color CMYK) of #bdb037 color hex is 0.00, 0.07, 0.71, 0.26. Web safe color of #bdb037 is #cc9933. Color #bdb037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00110111
Octal 275 260 67
Decimal 189 176 55
Hex BD B0 37

RGB Percentages of Color #bdb037

%45.00
%41.90
%13.10

CMYK Percentages of Color #bdb037

%0
%7
%71
%26

Triadic Colors of #bdb037

#bdb037 #37bdb0 #b037bd

Analogous Colors of #bdb037

#bdb037 #87bd37 #bd6d37

Monochromatic Colors of #bdb037

#bdb037

Complementary Color

#bdb037 #3744bd

#bdb037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb037 Color CSS Codes

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

#bdb037 Text Font Color

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

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


#bdb037 Background Color

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

This div background color is #bdb037


#bdb037 Border Color

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

This div border color is #bdb037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb037


Comments

No comments written yet.

Please login to write comment.