Color Hex Logo

#bdb436 Color Hex

#BDB436
(189,180,54)
0 Favorites   0 Comments

Color spaces of #bdb436

RGB 18918054
HSL0.160.560.48
HSV56°71°74°
CMYK 0.000.050.71   0.26
XYZ37.973443.72779.9289
Yxy43.72770.41440.4772
Hunter Lab66.1269-13.218537.3865
CIE-Lab72.0461-11.252761.7827

#bdb436 color RGB value is (189,180,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00110110
Octal 275 264 66
Decimal 189 180 54
Hex BD B4 36

RGB Percentages of Color #bdb436

%44.68
%42.55
%12.77

CMYK Percentages of Color #bdb436

%0
%5
%71
%26

Triadic Colors of #bdb436

#bdb436 #36bdb4 #b436bd

Analogous Colors of #bdb436

#bdb436 #83bd36 #bd7136

Monochromatic Colors of #bdb436

#bdb436

Complementary Color

#bdb436 #363fbd

#bdb436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb436 Color CSS Codes

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

#bdb436 Text Font Color

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

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


#bdb436 Background Color

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

This div background color is #bdb436


#bdb436 Border Color

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

This div border color is #bdb436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb436


Comments

No comments written yet.

Please login to write comment.