Color Hex Logo

#bdb940 Color Hex

#BDB940
(189,185,64)
0 Favorites   0 Comments

Color spaces of #bdb940

RGB 18918564
HSL0.160.490.50
HSV58°66°74°
CMYK 0.000.020.66   0.26
XYZ39.260645.886911.6383
Yxy45.88690.40560.4741
Hunter Lab67.7399-15.089937.2314
CIE-Lab73.4721-13.284359.3461

#bdb940 color RGB value is (189,185,64).

#bdb940 hex color red value is 189, green value is 185 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bdb940 hue: 0.16 , saturation: 0.49 and the lightness value of bdb940 is 0.50.

The process color (four color CMYK) of #bdb940 color hex is 0.00, 0.02, 0.66, 0.26. Web safe color of #bdb940 is #cccc33. Color #bdb940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 01000000
Octal 275 271 100
Decimal 189 185 64
Hex BD B9 40

RGB Percentages of Color #bdb940

%43.15
%42.24
%14.61

CMYK Percentages of Color #bdb940

%0
%2
%66
%26

Triadic Colors of #bdb940

#bdb940 #40bdb9 #b940bd

Analogous Colors of #bdb940

#bdb940 #83bd40 #bd7b40

Monochromatic Colors of #bdb940

#bdb940

Complementary Color

#bdb940 #4044bd

#bdb940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb940 Color CSS Codes

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

#bdb940 Text Font Color

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

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


#bdb940 Background Color

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

This div background color is #bdb940


#bdb940 Border Color

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

This div border color is #bdb940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb940


Comments

No comments written yet.

Please login to write comment.