Color Hex Logo

#bdb42b Color Hex

#BDB42B
(189,180,43)
0 Favorites   0 Comments

Color spaces of #bdb42b

RGB 18918043
HSL0.160.630.45
HSV56°77°74°
CMYK 0.000.050.77   0.26
XYZ37.743643.63588.7187
Yxy43.63580.41890.4843
Hunter Lab66.0574-13.609938.4147
CIE-Lab71.9844-11.731065.4933

#bdb42b color RGB value is (189,180,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00101011
Octal 275 264 53
Decimal 189 180 43
Hex BD B4 2B

RGB Percentages of Color #bdb42b

%45.87
%43.69
%10.44

CMYK Percentages of Color #bdb42b

%0
%5
%77
%26

Triadic Colors of #bdb42b

#bdb42b #2bbdb4 #b42bbd

Analogous Colors of #bdb42b

#bdb42b #7dbd2b #bd6b2b

Monochromatic Colors of #bdb42b

#bdb42b

Complementary Color

#bdb42b #2b34bd

#bdb42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb42b Color CSS Codes

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

#bdb42b Text Font Color

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

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


#bdb42b Background Color

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

This div background color is #bdb42b


#bdb42b Border Color

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

This div border color is #bdb42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb42b


Comments

No comments written yet.

Please login to write comment.