Color Hex Logo

#bdb537 Color Hex

#BDB537
(189,181,55)
0 Favorites   0 Comments

Color spaces of #bdb537

RGB 18918155
HSL0.160.550.48
HSV56°71°74°
CMYK 0.000.040.71   0.26
XYZ38.199744.142410.1214
Yxy44.14240.41310.4774
Hunter Lab66.4397-13.640537.4756
CIE-Lab72.3236-11.718561.6830

#bdb537 color RGB value is (189,181,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 00110111
Octal 275 265 67
Decimal 189 181 55
Hex BD B5 37

RGB Percentages of Color #bdb537

%44.47
%42.59
%12.94

CMYK Percentages of Color #bdb537

%0
%4
%71
%26

Triadic Colors of #bdb537

#bdb537 #37bdb5 #b537bd

Analogous Colors of #bdb537

#bdb537 #82bd37 #bd7237

Monochromatic Colors of #bdb537

#bdb537

Complementary Color

#bdb537 #373fbd

#bdb537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb537 Color CSS Codes

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

#bdb537 Text Font Color

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

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


#bdb537 Background Color

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

This div background color is #bdb537


#bdb537 Border Color

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

This div border color is #bdb537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb537


Comments

No comments written yet.

Please login to write comment.