Color Hex Logo

#bdb64a Color Hex

#BDB64A
(189,182,74)
0 Favorites   0 Comments

Color spaces of #bdb64a

RGB 18918274
HSL0.160.470.52
HSV56°61°74°
CMYK 0.000.040.61   0.26
XYZ38.950244.769113.0670
Yxy44.76910.40240.4626
Hunter Lab66.9097-13.181735.2579
CIE-Lab72.7396-11.110954.3482

#bdb64a color RGB value is (189,182,74).

#bdb64a hex color red value is 189, green value is 182 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bdb64a hue: 0.16 , saturation: 0.47 and the lightness value of bdb64a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01001010
Octal 275 266 112
Decimal 189 182 74
Hex BD B6 4A

RGB Percentages of Color #bdb64a

%42.47
%40.90
%16.63

CMYK Percentages of Color #bdb64a

%0
%4
%61
%26

Triadic Colors of #bdb64a

#bdb64a #4abdb6 #b64abd

Analogous Colors of #bdb64a

#bdb64a #8bbd4a #bd7d4a

Monochromatic Colors of #bdb64a

#bdb64a

Complementary Color

#bdb64a #4a51bd

#bdb64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb64a Color CSS Codes

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

#bdb64a Text Font Color

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

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


#bdb64a Background Color

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

This div background color is #bdb64a


#bdb64a Border Color

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

This div border color is #bdb64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb64a


Comments

No comments written yet.

Please login to write comment.